A simple memo application project for practice
I made this to practice AAC Jetpack with MVVM and Dagger2, So I think this project mayby fall short of general level
- Create/Read/Modify/Delete memo
- Add/ Delete images in memo
- Images can be added via camera, gallery or URL link
- TargetSdkVersion 29 / minSdkVersion 21
- Kotlin
- Coroutines
- Architecture
- MVVM (View - DataBinding - ViewModel - Model)
- Repository Pattern
- JetPack
- ViewModel
- LiveData
- LifeCycle
- Room
- Dependency Injection (DI)
- Dagger2
- Glide