Skip to content

A simple application to showcase how an Android app can deal with gRPC to get real-time location from a backend service

License

Notifications You must be signed in to change notification settings

ehsunshine/real-time-location

Repository files navigation

real-time-location

A simple application to showcase how an Android app can deal with gRPC to get real-time location from a gRPC backend service

Run the server locally

  1. Open the ./server project
  2. Build and run the server

Run the app

  1. Get a Maps API key
  2. In your project root local.properties add MAPS_API_KEY=[YOUR_KEY], and replace YOUR_KEY with your Maps API Key
  3. Open the ./client project
  4. Build and run on an emulator

About

A simple application to showcase how an Android app can deal with gRPC to get real-time location from a backend service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages