This is a simple Note taking App implemented in Kotlin. Built this to learn more on room database, Navigation component, data binding and MVVM Architecture pattern
- Create note by categories
- Read saved notes
- Edit saved notes
- Add reminder to notes
- Share note etc
- MVVM Architecture
- Room Database for persistent storage of notes
- Navigation components
- Data Binding
- Alarm Manager for reminder functonality