I remember there is an interface named CrossProcessCursor that
implements Cursor.
Specify this interface in your aidl interface method.

On May 8, 7:21 pm, westmeadboy <westmead...@yahoo.co.uk> wrote:
> In one activity I build a cursor which is used to populate a ListView.
>
> I want a secondary activity to be able to step through the cursor
> entries. What's the best way to do this (bearing in mind cursor
> lifecycle).
>
> I don't care if the the system kills and restarts the secondary
> activity since in that case the stepping through entries functionality
> could be temporarily automatically disabled.
>
> --
> 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 
> athttp://groups.google.com/group/android-developers?hl=en

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