On Fri, Mar 9, 2012 at 12:29 PM, Ted Scott <t...@hootinholler.com> wrote:
> Ah, I'm coding to API level 8 so I'm using a managedQuery. It seemed like a
> lot of devices would be cut out if I went to a higher API level. I guess I'm
> feeling the frustrations of the moving platform now.

The Android Support package supports the Loader framework going back
to Android 1.6, if you are willing and able to inherit from
FragmentActivity.

And, you can still use a ContentObserver to let you know when the
stuff you queried in your managedQuery() is altered(). It's just not
automatic (IIRC).

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android 4.0 Programming Books: http://commonsware.com/books

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

Reply via email to