Notes App built using Room Database and MVVM architecture and it has following features:-
- Each note is created with card view.
- Notes of Text, any website link and Images can be created using Room Database.
- Created notes can be edited and deleted.
- Search feature with simple UI available.
- Multiple delete feature using contextual action mode
Implemented Room database ,built with Android studio using kotlin MVVM and data Binding