grpc-java/examples/android
Eric Anderson 6418371df5 android-helloworld: Remove usage of ActionBarActivity
ActionBarActivity has been deprecated for 2+ years and has been
extending AppCompatActivity for all that time. This should be a no-op.
2017-05-02 11:30:24 -07:00
..
helloworld android-helloworld: Remove usage of ActionBarActivity 2017-05-02 11:30:24 -07:00
routeguide all: begin 1.4.x development cycle 2017-04-11 14:51:39 -07:00
README.md docs: add links to examples and tutorials. (#2614) 2017-01-18 09:06:45 -08: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.