Functionality & Concepts used :
-
I have used recycler view container to display large datasets.
-
For persistence of data I am using SQLite (database).
This is an android app which let users to add to-do list or quick notes anytime. This app uses SQLiteOpenHelper class for persistence of data 🤓
Kotlin