项目作者: Dinesh2510

项目描述 :
(Create Read Update Delete)CRUD Operation using sqlite (Recyclerview and Listview)
高级语言: Java
项目地址: git://github.com/Dinesh2510/CRUD-Operation-in-sqlite-RecyclerView-and-ListView-Android.git


CRUD-Operation-in-sqlite-RecyclerView-and-ListView-Android

(Create Read Update Delete)CRUD Operation using sqlite and Display Data into Recyclerview and Listview.

SQLite is an open-source relational database i.e. used to perform database operations on android devices such as storing, manipulating or retrieving persistent data from the database.

It is embedded in android bydefault. So, there is no need to perform any database setup or administration task.

Here, we are going to see the example of sqlite to store and fetch the data. Data is displayed in the logcat. For displaying data on the spinner or listview, move to the next page.

SQLiteOpenHelper class provides the functionality to use the SQLite database.