Android application which can be used to take notes.The application uses Recycler view to store the notes in a
vertical scrollable format storing any number of notes.The notes can be inserted or deleted by clicking on the
submit or delete button respectively.The application uses two of the architecture components namely Room Database
and Life Cycle.MVVM Architecture is used to design the application thus providing a separation of concern between
the main activity, View Model, Repository and Dao.








GitHub

View Github