Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 423 Bytes

File metadata and controls

12 lines (7 loc) · 423 Bytes

note-app

With the application, you can create notes with input fields such as title, description, image url(displaying as an image with Glide Library) and are stored locally on the phone with the Room library.

You can delete or edit the note in the note list by dragging it to the left.

Created notes contains the created date.

Used clean architecture.

Used Room, Glide, Navigation, Koin, ViewBinding, SwipeLayout.