Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 735 Bytes

File metadata and controls

21 lines (16 loc) · 735 Bytes

Simple-Note-App

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

image image