In this video it shows how one can toggle the GPS settings ON and OFF by calling the respective intent from the Android App. It uses the ACTION_LOCATION_SOURCE_SETTINGS intent to open the respective settings to be toggled by the user. I hope you like this video. For any questions, suggestions…
Tag: positioning
How to get the device last location (using GPS/ Network) without using Map Layout in your Android App?
This video shows how to implement the FusedLocationProviderClient from the Google’s play-services-location to get the last location of the device. In this approach it need not to use the google maps layout or use the Google Maps API key required to get the google map information. This approach uses the…