grpc-java/examples/android
Eric Gribkoff 94bbe64e22
examples: add Android client side caching example app
2017-12-06 22:55:09 -08:00
..
clientcache examples: add Android client side caching example app 2017-12-06 22:55:09 -08:00
helloworld all: update to proto 3.5.0 2017-11-30 11:50:19 -08:00
routeguide all: update to proto 3.5.0 2017-11-30 11:50:19 -08: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.