Is this possible? I am trying to open a SQLite database cursor in one activity, and pass it to another activity.
I personally don't know of any simple ways to do this. It might be easier just to make the query again in the destination activity.