What is SQLite Database ?
- SQLite is open source database .
- It is light weight Database.
- It is use to store the text file on any device.
- It is offline database.
- We can use the the SQLite database to store file in android .
- We can perform insert update delete view operation in SQLite database.
- Android support cursor to retrieve the database.
- Android support many method and class for SQLite Database.
Comments
Post a Comment