EasyNoteApp
Simple Note App just for implementing what i recently learn
What i used in this project
- Kotlin as a Primary Language
- MVVM Design Pattern
- Room as ORM for SQLite Data Persistence
- LiveData for Observe data changes
Current State of This Project
- Display a list of note, create new note, display note detail.
Next move
- create edit page and delete functionality in recycleView and then basic crud done
P.S : tell me your opinion about this project
so i can learn more about new things in Android Development