Re: [android-developers] Help needed for Context object: GPS implementation

2010-11-25 Thread TreKing
On Wed, Nov 24, 2010 at 3:02 AM, cool.manish mannishga...@gmail.com wrote: Can I start my GPS listener from one activity and can fetch coordinate in some other activity? You can start it in one activity then *pass* the information you get to another activity, if that's what you mean.

[android-developers] Help needed for Context object: GPS implementation

2010-11-24 Thread cool.manish
In my application I want to start GPS. I have to pass context object to it. Can I start my GPS listener from one activity and can fetch coordinate in some other activity? We get locationManager object using Context. Now if I have get LocationManager using first activity's context then can't I use