A simple application to showcase how an Android app can deal with gRPC to get real-time location from a gRPC backend service
- Open the
./server
project - Build and run the server
- Get a Maps API key
- In your project root
local.properties
addMAPS_API_KEY=[YOUR_KEY]
, and replaceYOUR_KEY
with your Maps API Key - Open the
./client
project - Build and run on an emulator