• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Creating Multiple tables in Android

urspands

Lurker
Hi all,
I am trying to create 3 tables for my application. I am not able to create or insert second table in my application. Can anyone tell me how to create multiple tables and insert values in the tables. Please help me in this regard. thanks in advance..
 
hi,
i have found the problem. if u have already installed the applciation in the emulator and then trying to create a table later in the adapter class, the table will not be created. uninstall the application in the emulator and then run the application to create the tables
 
Back
Top Bottom