grpc-java/examples/android
Jorg Heymans 48f103c1ed examples: remove deprecated usage of usePlainText(boolean) (#4396)
Update examples (including android) to use non deprecated version of method.
2018-04-30 16:12:41 -07:00
..
clientcache examples: remove deprecated usage of usePlainText(boolean) (#4396) 2018-04-30 16:12:41 -07:00
helloworld examples: remove deprecated usage of usePlainText(boolean) (#4396) 2018-04-30 16:12:41 -07:00
routeguide examples: remove deprecated usage of usePlainText(boolean) (#4396) 2018-04-30 16:12:41 -07:00
README.md Canonicalize URL prefixes to https://grpc.io 2017-07-10 16:30:09 -07:00

README.md

gRPC Hello World Example (Android Java)

PREREQUISITES

INSTALL

  1. (Only for non-released versions) Install gRPC Java
$ cd ../..
$ ./gradlew install -PskipCodegen=true
$ cd examples/android
  1. Install the app
$ cd helloworld  # or "cd routeguide"
$ ./gradlew installDebug

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