tree: 883a7a9bd3a4979471fe5833c5eff5dc96d33f72 [path history] [tgz]
  1. clientcache/
  2. helloworld/
  3. routeguide/
  4. strictmode/
  5. README.md
examples/android/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.