2014年1月2日 星期四

Android SQL Database Adapter

First of all, to manage data in a private database in your Android phone/tablet, we will use SQLite as it is embedded into every Android device.
We need to import android.database.sqlite for access to those classes of SQLite to manage your database in your apps.