Hello everyone,
Here is the problem that I am facing: in one activity I have a worker thread that queries a database, if results are found I want to start a new activity that displays the results. Everything is working perfectly except I cannot figure out how to send the Cursor object that I have that contains the query results to the new activity, it doesn't seem to be possible to put it into a Bundle and put it in the Intent. What is the proper way to do what I am trying to do? Thanks.


