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

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -