Hi Tom,

No I haven't tried, but the suggestion/hint seems to be to call
requery() perhaps by sending a message from the thread that receives
the new data from network, or possibly against its own essentially
duplicate abstract cursor ?

This seems odd, that you must call requery() in order to know that you
must requery the data for the cursor.

Regards Gary

On Mar 8, 9:36 am, Tom Gibara <[email protected]> wrote:
> 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 [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

Reply via email to