https://github.com/kwabenberko/finito
A simple note taking app based on the MVVM Architecture using Test-Driven Development, Kotlin, Android Architecture Components, Data Binding, Coroutines, Dagger 2 etc.
https://github.com/kwabenberko/finito
android-architecture-components async-await coroutines dagger2 data-binding kotlin mvvm room room-persistence-library
Last synced: 30 days ago
JSON representation
A simple note taking app based on the MVVM Architecture using Test-Driven Development, Kotlin, Android Architecture Components, Data Binding, Coroutines, Dagger 2 etc.
- Host: GitHub
- URL: https://github.com/kwabenberko/finito
- Owner: KwabenBerko
- Created: 2018-12-08T18:58:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T13:22:37.000Z (over 6 years ago)
- Last Synced: 2025-03-27T08:11:38.211Z (about 2 months ago)
- Topics: android-architecture-components, async-await, coroutines, dagger2, data-binding, kotlin, mvvm, room, room-persistence-library
- Language: Kotlin
- Homepage:
- Size: 5.56 MB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Finito
A simple note taking app based on the MVVM Architecture using Test-Driven Development, Kotlin, Android Architecture Components, Data Binding, Coroutines, Dagger 2 etc.
#### Motivation behind this project:
* Practice the MVVM Architecture in Android
* Practice Kotlin
* Test-Driven Development in Android
* Practice Databinding
* Coroutines for Asynchronous operations
* Dependency Injection with Dagger Android
* Practice Android Architecture Components such as Room, ViewModel and LiveData