grpc-java/examples/android
Carl Mastrangelo 04e07034f3
all: update to truth 0.44
2019-04-23 10:50:49 -07:00
..
clientcache all: update to truth 0.44 2019-04-23 10:50:49 -07:00
helloworld Update Protobuf to 3.7.1 2019-04-05 10:55:14 -07:00
routeguide Update Protobuf to 3.7.1 2019-04-05 10:55:14 -07:00
strictmode examples: update copyright year to 2019 2019-04-05 10:53:06 -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.