Working with android.database.sqlite - TopicsExpress



          

Working with android.database.sqlite package: ----------------------------------------------------------------------------------- ♣ To create and upgrade a database in your Android application you usually subclass SQLiteOpenHelper. In this class you need to override the onCreate() and onUpgrade() methods. ♣ onCreate() is called by the framework, if the database does not exists. ♣ onUpgrade() is called, if the database version is increased in your application code. This method allows you to update the database schema.
Posted on: Fri, 05 Jul 2013 03:20:24 +0000

Trending Topics



Recently Viewed Topics




© 2015