On Tue, Mar 23, 2010 at 6:11 PM, Kateling <[email protected]> wrote:

> Hi, there
> I want to create a service that runs on Android which can collect all
> of my location information. Either write the information to a file or
> send to a server using 3G/wiki network.
> I was thinking about using a service that runs forever as a daemon.
> After reading "Diamonds are forever, services are not" by Mark Murphy,
> I realized that it is not a good idea.
> However, I need to somehow acquire the moving trajectory information
> on the Android phone. Without a daemon service running forever, how do
> I do that ?
>

Maybe LocationManager.requestLocationUpdates()?

-- 
Ning

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe from this group, send email to 
android-developers+unsubscribegooglegroups.com or reply to this email with the 
words "REMOVE ME" as the subject.

Reply via email to