✍️ Simple Note Making App use mvvm architecture , dagger , coroutines and navigation component. Features includes 🗒️ create , edit and ❌ delete notes
🗒️ Simple Note App helps to to create your notes. You can 📝 edit and ❌ delete notes too.
App respects its Mvvm architecture. Android Architecture Components
Part of Android Jetpack. Android architecture components are a collection of libraries that help
you design robust, testable, and maintainable apps.
Proudly 💪 made in Kotlin
Add Notes | Edit Notes | Delete Notes |
---|---|---|
![]() | ![]() | ![]() |
MVVM is one of the architectural patterns which enhances separation of concerns, it allows
separating the user interface logic from the business (or the back-end) logic. Its target
(with other MVC patterns goal) is to achieve the following principle “Keeping UI code simple
and free of app logic in order to make it easier to manage”.