tree: deca980baa4778f1d6b081bf47c8e2f3196bda6e [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.