Progress dialog getting dismissed before the thread gets finished - Android
- by user264953
Hi experts,
I use the code provided by Fedor in the following link, in order to get the latitude and longitude from my simple demo app. I am trying to fetch the latitude and longitude using the MyLocation class provided by him in that link.
What is the simplest and most robust way to get the user's current location in Android?
I try to fetch the…