Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.12 KB

Description

Notes App is an app to study some concepts of Android, Architecture and Dependency Injection. It works as a local note to store toughts, ideas, appointments, etc.

Technologies used

Android Kotlin, Gradle DSL for dependencies management, Room database, Jetpack Compose, Jetpack Navigation, Dagger Hilt.

Progress

Notes can be created and deleted. Those notes are stored locally.

Screens

Empty Home Screen

Home Screen with Notes

Create Note Screen

Creating a Note

creating_note.mp4

Deleting a Note

deleting_note.mp4