Write an app that tells you on screen and using TTS where you are (geodecoded, not just the lat/long). The location must be based on GPS using the Fused Location Provider API. If your location changes (use the distanceTo method with a threshold), it must keep you updated!

Use best practices for all aspects of the code!

Answer