I would like my appwidget to get updates upon a change of location but I have a few questions.
1) I start a service in the appwidget's onUpdate() method. Is it appropriate to have location updates processed by the same service? 2) When using requestLocationUpdates() am I better off to use the Listener form of the API or the PendingIntent form of the API? To use the PendingIntent, I need to have an Activity, correct? And in this instance I don't, correct? So can the Service class create and use a Listener? Thanks. -- Jake Colman -- Android Tinkerer -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en