Fully functional Note and Todo app.
- Add events in your To-do list, with categories, priorities and a detailed description available as additional information
- Cross off or delete the item when needed. It does not annoy you when the deadline approaches.
- Add a note with a customization of background colors, text color, font size and add a url add on.
- Note can also be set as a favorite and also an option to lock the note
->
- Create Todo.
- See all todo's.
- delete a todo.
- mark as done Todo.
- Create a Note
- Update Note
- See a notes
- Delete a notes
- See all notes
- Mark favouirate a note
- Lock & unlock note
Please click the image below to enlarge.
- Kotlin - First class and official programming language for Android development.
- Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
- LiveData - Data objects that notify views when the underlying database changes.
- ViewModel - Stores UI-related data that isn't destroyed on UI changes.
- 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.
- Material Components for Android - Modular and customizable Material Design UI components for Android.
Don't forget to star ⭐ the repo it motivates me to share more open source