Hi,
I have a class that has different tabs, each that I want to access the same database. Each tab executes as a new intent, i.e. new Intent(MYCLASS.class). My question is where do I instantiate the database, and how can I get a cursor to it in the different tabs?
Thanks!


