A simple Notes app that helps you keep a note of your important stuffs.User can create the tasks based on priorities.They can edit and delete the notes and its parameters.It saves the data in room database.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Prerequisites
- Kotlin- First class and official programming language for Android development.
- Coroutines - For asynchronous and more..
- Room - SQLite object mapping library.
- RecyclerView - Display large sets of data in your UI while minimizing memory usage.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
- ViewBinding- Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
- MVVM Architecture - Model–view–viewmodel (MVVM) is an architectural pattern in computer software that facilitates the separation of the development of the graphical user interface.
Follow this steps to get Working Project!
- Clone this repository or download file
- Extract zip if downloaded code
- Open project in Android Studio
- Wait while Android Studio Download gradle or required files
- Hit Run Button !
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request