Android Question The best way to get the location of users quickly

BerlinCoder

Member
Licensed User
Hi, I know there are a lot of topics about my question. I am using google map extra 2. Also, I use location-manager in my project. But, the speed is not really good, sometimes it does not show where is user and .....
so can you please give me a snippet code to get the location of a device quickly ?

Best,
 

DonManfred

Expert
Licensed User
Longtime User
Look at GPS library/Tutorial.
Also have a look at FusedLocationProvider
 
Upvote 0

Peter Simpson

Expert
Licensed User
Longtime User
Hmm sounds like either a slow device, a built up area(full of buildings), slow internet the device is indoors.

I personally use WebView with the GPS and WebViewExtra libraries with an app that I developed for a small courier company that relies on GPS location tracking for signatures. Try the libraries that I mentioned previously and look for source code on the forum, there's plenty to work from.

The app works all the time every time and it picks up the location and updated the WebView extremely quickly. When the save button is taped, the data is stored on both the device and also in the cloud.
Screenshot_20170712-195607.jpg


Enjoy...
 
Upvote 0

BerlinCoder

Member
Licensed User
Hmm sounds like either a slow device, a built up area(full of buildings), slow internet the device is indoors.

I personally use WebView with the GPS and WebViewExtra libraries with an app that I developed for a small courier company that relies on GPS location tracking for signatures. Try the libraries that I mentioned previously and look for source code on the forum, there's plenty to work from.

The app works all the time every time and it picks up the location and updated the WebView extremely quickly. When the save button is taped, the data is stored on both the device and also in the cloud.
View attachment 57589

Enjoy...
Can you please share the source code here? I only need that part for location finding
 
Upvote 0
Top