Introduction to Room DB in Android
Most of the android apps we develop need where to store data offline,e.g a Todo App will need a "store" for the information you enter.That is what is called a database,while working on android you will mostly be using Room Database .
This is a begin...
kibet.hashnode.dev3 min read