Re: [android-developers] Ensure GPS has fix before proceeding..

2010-08-25 Thread Sebastián Treu
On 5/13/10, TreKing wrote: >> 2) What is the best way to display a "please wait" message or something >> along those lines while the GPS service is attempting to get a fix (and >> ideally periodically allow the user to cancel out)? >> > > "Best" is debatable - but you could use an AsyncTask that d

Re: [android-developers] Ensure GPS has fix before proceeding..

2010-05-13 Thread TreKing
On Tue, May 11, 2010 at 5:56 PM, mcvetyty wrote: > 1) I want to ensure I am using a current 'fixed' location and not > a previously stored one, so I am trying to avoid using getLastKnownLocation, > but cannot seem to figure out the alternate to this? > That's not really a question ... > 2) Wha

[android-developers] Ensure GPS has fix before proceeding..

2010-05-12 Thread mcvetyty
Hello - I am creating an app that uses GPS coodinates. Can anyone help me with the following? 1) I want to ensure I am using a current 'fixed' location and not a previously stored one, so I am trying to avoid using getLastKnownLocation, but cannot seem to figure out the alternate to this? 2) Wha