Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gps

How To Draw At The Current Gps Location On Mapview Using Mylocationoverlay?

I'm trying to draw a custom gps-location icon. I'm using MapView and have created a class M… Read more How To Draw At The Current Gps Location On Mapview Using Mylocationoverlay?

Get Gps Coordinates : Android

I'm new to Android development. As a class assignment another student and myself are making an … Read more Get Gps Coordinates : Android

Gpsstatus.listener Works Only If Gps Is On

in my App I have a GpsStatus.Listener to receive events when the user enables or disables GPS. Ever… Read more Gpsstatus.listener Works Only If Gps Is On

Even Priority_high_accuracy Gives Very Low Accuracy Location Updates

I'm using FusedLocationAPI to get high accuracy location updates (with 2 second update interval… Read more Even Priority_high_accuracy Gives Very Low Accuracy Location Updates

How To Get Location That Isn't Out Of Date?

After GPS is enabled, it will take some time before the GPS is ready. So use this code may get a lo… Read more How To Get Location That Isn't Out Of Date?

'sleep' Issue With Gps Location Updates On Some Devices

I have an app that uses GPS for regular updates. It used to be the case that when the device was pu… Read more 'sleep' Issue With Gps Location Updates On Some Devices

Detect Stationary Device Using Gps

I am creating an app that alerts user if he has been stationary for a few minutes(say 10). I find i… Read more Detect Stationary Device Using Gps

Check If 'access To My Location' Is Enabled - Android

I have an android app that uses location. But I noticed that if users disable the 'Access to my… Read more Check If 'access To My Location' Is Enabled - Android