Sorry for the crosspost, but this is the third different topic I've sent to android-beginners without a single response. Maybe the questions I'm asking aren't so beginner-ish?
A ContentObserver is only notified when something changes, but not *what* changed. What is the preferred method of finding out what changed? The only way I can think of is to store some sort static ArrayList full of callbacks that get called with changed(Uri), deleted(Uri), added(Uri), etc, and then create a wrapper object around the ContentProvider to notify these callbacks, but this seems less than optimal. What is the preferred way of going about something like this? Why is the ContentObserver not notified of *what* changed? -- 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

