Android Location API Tutorial from http://devahoy.com/2014/12/android-location-api-tutorial
- Setup Google Play Services
- Get Current Location using GoogleApiClients & LocationListener
- Use
GoogleApiClient#connect()
to connect Google Play Service API - Update Location using
LocationListener#onLocationChanged
- Check Location disable/enable using
LocationManager