[android-developers] Re: How to use LocationListener without “implements LocationListener”?

2011-09-26 Thread Ryan Mattison
Nothing to see here... On Sep 25, 12:16 pm, TreKing treking...@gmail.com wrote: On Sun, Sep 25, 2011 at 12:08 PM, saex elpablos...@gmail.com wrote: i need to do it without implementing it, because i have to do a class that doesn't implement methods. Um ... why?

[android-developers] Re: How to use LocationListener without “implements LocationListener”?

2011-09-25 Thread lbendlin
theoretically you don't need a LocationListener if you want to poll the lastKnownLocation manually, using a passive provider. Yes, someone would then need to enable the GPS on the device, and yes - why? -- You received this message because you are subscribed to the Google Groups Android