[android-developers] Need help understanding the ContentObserver life-cycle.

2010-05-09 Thread whitemice
I have Call Log Widget on the Android Market: http://blog.zedray.com/call-log-widget/ The core of this Widget is an AppWidgetProvider which registers a ContentObserver to the CallLog content URI. This means that my widget is updated every time a call (incoming, outgoing, missed) is recorded.

Re: [android-developers] Need help understanding the ContentObserver life-cycle.

2010-05-09 Thread Mark Murphy
whitemice wrote: I have Call Log Widget on the Android Market: http://blog.zedray.com/call-log-widget/ The core of this Widget is an AppWidgetProvider which registers a ContentObserver to the CallLog content URI. This means that my widget is updated every time a call (incoming, outgoing,