Best unofficial Apache Server developers community |
|
I asked a few questions about SQLite here, and maybe its because I'm not fully understanding how this works. I'm reading two books that are using tutorials and examples, but I'm having a tough time figuring out how I'm going to do this. What I have going is a user creating a list, they hit a plus button, enter a column name and the list view shows the list they created (the listview is plugged into an ArrayList). I want to take that ArrayList and use the strings to create the table columns. Now, the examples I've worked with are creating classes that are extending SQLiteOpenHelper and another class that just extends Activity and shows the layout and data. My questions are:
posted via StackOverflow
|
![]()  
|
EDIT - how to pass in the arraylist to your SQLiteOpenHelper:
Code in the activity:
|