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. 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
Post a Comment