Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 406 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 406 Bytes

xNote

Simple Note application

Note keeper Android application using

  • MVVM Clean Architecture
  • Dagger Hilt for Dependency Injection
  • Room database for Local datacache
  • RxJava2 for database observe
  • Kotlin Flows and States
  • Jetpack Compose for the UI We also use UseCases for implementing the different scenarios of the application features

User can Create, Edit, List and Delete a personal Note