Android SQLite Database Tutorial
This article is about android sqlite database tutorial. There are several storage options available in android like shared preferences, internal and external storage, sqlite, etc. Here we will see how to use sqlite database as a storage system in android to perform CRUD operations. SQLite is light weight open source database that stores data in …
