I just want to show text “please wait” while app is searching for satellite and show “ready” when we found and connected to satellite.
How can I do it?
I just want to show text please wait while app is searching for satellite
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look here: http://developer.android.com/reference/android/location/LocationManager.html#getGpsStatus%28android.location.GpsStatus%29
Use
getGpsStatusand theGPS_EVENT_FIRST_FIXstatus should tell you when you have received your first GPS status.