It is not recommended to send the Cursor object between Activities. Your
sub-Activity, might not be int he same app, and so the Cursor would not be
relevant.
The recommended way to do this is to pass a content URI to the sub Activity
and let the sub-Activity do the query by itself.

If you know for sure that both Activities are in the same process you could
use a global Cursor variable, but it is a very fragile approach.

2008/9/16 Imran <[EMAIL PROTECTED]>

>
> Hi
>
>       hey... how can i send a Cursor Object to my sub-Activity...
>        if possible give me some sample code...
>
>       Thanks in Advance for any Replays....!!!



>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to