I'm currently trying to create a Cursor implementation where the data
set can change in response to information received over the network,
but I can't see any way of actually doing this using AbstractCursor.

AbstractCursor appears to implement the necessary observer
registration methods for me, but singularly fails to provide any
methods with which I can notify them (I think - maybe I missed
something). From my position, as a developer trying to use the class
to implement behaviour that platform-level extensions of the class
appear to support (eg. SQLiteCursor), this looks like a bug.

Have I missed something? Has anyone managed to do this?

Tom.

-- 
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