Can't you do a db query again in the destined activity?

On Sun, Oct 4, 2009 at 4:24 PM, GabeRC <mrtec...@gmail.com> wrote:

>
> I'm working on an app, and one activity has a worker thread that
> initiates a database query, and if there are results once it has
> returned I would like to send these results to a new activity that
> will display them. Unfortunately I don't see a way to pack the Cursor
> object into the Intent object that I am using to start the new
> activity. When I was doing Windows Mobile development in the past all
> I would do is edit the constructor for the window to pass in the data,
> I've searched around but I can't find a similar solution for Android.
> What is the best way to pass my database results into the new activity?
>
> >
>

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