[android-developers] Re: Display list of saved tables to be opened

2011-04-22 Thread ZitZ
Well, clearly it relates to android because I'm trying to display a list of those tables in the UI to the user, so the user could select which one he/she wants to load. I don't think that will be in the SQL documentation for some reason. It is clearly an overlapping issue, but something I suspect

[android-developers] Display list of saved tables to be opened

2011-04-20 Thread ZitZ
So, I have an android project which I am working on. I have added database code to the project which saves the data to a database table. Basically, for each saved "project" I have a 2dimensional array and two parallel arrays that go with that 2dimensional array. What I want to do is save each "pro