Hi, I want to record the coordinates when the phone goes out of service, and when it comes back in a service area. I found the android.telephony.ServiceState, and its getState() should return a useful value, but I'd prefer to not run this in a loop. Is there some generic way of creating callbacks for things like this? Or should I just call getState every x seconds?
Thanks, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

