SQLite Database with Android
What is SQLite?
SQLite is an open source relational database, that is used to perform database operations on android device, such as Insert, Update, Delete and Retrieve.
It is a part of Data Persistence in Android, that means even if you close your a...
tushar-rupani.hashnode.dev5 min read