grpc-java/examples/android
Carl Mastrangelo 57e7bd394e
all: update to proto 3.9.0
2019-07-26 13:53:05 -07:00
..
clientcache Start 1.23.0 development cycle (#5899) 2019-06-18 15:54:16 -07:00
helloworld all: update to proto 3.9.0 2019-07-26 13:53:05 -07:00
routeguide all: update to proto 3.9.0 2019-07-26 13:53:05 -07:00
strictmode all: update to proto 3.9.0 2019-07-26 13:53:05 -07:00
README.md all: remove copies of gradle wrapper 2018-12-11 16:23:28 -08:00

README.md

gRPC Hello World Example (Android Java)

PREREQUISITES

INSTALL

  1. Install gRPC Java library SNAPSHOT locally, including code generation plugin (Only need this step for non-released versions, e.g. master HEAD).

  2. Install the app

$ cd helloworld  # or "cd routeguide"
$ ../../gradlew installDebug

Please refer to the tutorial on how to use gRPC in Android programs.