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

Android: Requestlocationupdates Throws Exception

I'm trying to get periodically the user position via GPS in Android and send the data to a remo… Read more Android: Requestlocationupdates Throws Exception

Android Fused Location Won't Deliver Periodic Updates

I want to get a hard location fix every certain minutes & a soft location fix every certain min… Read more Android Fused Location Won't Deliver Periodic Updates

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?

Using A Mock Location In Navigation App

I'm trying to develop an application that will simulate a route through Google's Navigation… Read more Using A Mock Location In Navigation App

Writing Realm From Service Class Causing Ui Block

I am writing realm db from my LocationService class on every location change listener and listing t… Read more Writing Realm From Service Class Causing Ui Block

Android 11 Users Can’t Grant Background Location Permission?

As of Android 11, apps targeting SDK 30+ will not show a user an option to grant background locatio… Read more Android 11 Users Can’t Grant Background Location Permission?

How To Implement A Search For Location In Android?

Basically, on button click, I want the user to input a keyword or an exact location name, and in a … Read more How To Implement A Search For Location In Android?

Location Updates Not Working Indoors As Claimed By Fusion Location Provider Apis

Issue: Location updates not working indoors as claimed by Fusion Location Provider APIs. What happe… Read more Location Updates Not Working Indoors As Claimed By Fusion Location Provider Apis

How To Ask For Location Permission In Android Studio?

I have tried so many codes and solutions but none of them worked. I want to ask the user for permis… Read more How To Ask For Location Permission In Android Studio?

Android Location Client's Provdier

I am able to get location update or current location using LocationClient and LocationRequest. But … Read more Android Location Client's Provdier

Android Location Listener Is Not Working

I would like to get current device location and open Google Maps with this: if (ContextCompat.che… Read more Android Location Listener Is Not Working

How To Use Coarse Location To Compare With Saved Location In Database

I am writing an android app where a user will geolocate using coarse location using Network Locatio… Read more How To Use Coarse Location To Compare With Saved Location In Database

How Can I Pull Databases Off My Android Onto My Desktop?

I'm trying this with my Nexus One. I have the android SDK and have used the command adb pull … Read more How Can I Pull Databases Off My Android Onto My Desktop?

Periodically Send Location Updates Using Fusedlocation Api

Android programming is a brand new thing to me, i've been playing with android's location a… Read more Periodically Send Location Updates Using Fusedlocation Api

Android Quick Settings Notifications?

In gms.location.FusedLocationProviderApi, the way to check if location settings are enabled is to c… Read more Android Quick Settings Notifications?

Check Gps Signal

Possible Duplicate: How to detect whether GPS signal is weak or high? Is there any possible way t… Read more Check Gps Signal

Need Current Location Of User In Android , Not Last Known Location

I am developing an android application in which i want to get users current location when applicati… Read more Need Current Location Of User In Android , Not Last Known Location

Requestlocationupdates Interval In Android

I try to get the correct speed in updates for the function onLocationChanged, this is my class: pub… Read more Requestlocationupdates Interval In Android

How Do I Disable Click On A Map Marker In Android?

I've written my custom location listener which checks the user's location in every 10 minut… Read more How Do I Disable Click On A Map Marker In Android?

Latitude And Longitude Showing As 0 In Android

************* TrackGPS.java ***************************** import android.app.AlertDialog; … Read more Latitude And Longitude Showing As 0 In Android