In this project, I implemented a simple notepad, with the help of which you can conveniently save, edit and delete text data.
The main functions of the application:
- Create in one click
- Editing without confirmation, when the user changes the note itself, the data is automatically saved
- Deleting a note by swiping to the left
Uses of technology:
- Dagger 2 (Hilt)
- Naigation fragment
- SQLite (room)
- ViewModels, Coroutines, Flow
- Material Design
- R8 (Obfuscator)
- MVVM pattern