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
./serverproject - Build and run the server
- Get a Maps API key
- In your project root
local.propertiesaddMAPS_API_KEY=[YOUR_KEY], and replaceYOUR_KEYwith your Maps API Key - Open the
./clientproject - Build and run on an emulator