android - Using multiple SQL databases -


I'm creating an Android app that will download XML data from my website, parsed XML data is inserted in 5 separate SQL Will Light Table I have successfully logged into my website, got XML data & amp; Pars I'm not sure how to layout the database code for multiple tables (opening, closing, insertion, selecting)

In addition, I would like (it is possible ) To stay on the device these tables need to be logged out and then come back to the app.

p> The title of the question is called "multiple databases," the body "several tables "I call it" multiple tables "

Use SQLiteOpenHelper to create all the tables in onCreate () on SQLiteOpenHelper on a single table In the same way do open / close and CRUD operation.

Use a search engine to find a tutorial about SQLiteOpenHelper case required.

Comments

Popular posts from this blog

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -