An open API service indexing awesome lists of open source software.

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.

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.

Demo

#### 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