/JsonPlaceholderApp

This was originally a code challenge for a company, but now is an example of MVI on Android.

Primary LanguageKotlin

CircleCI

JsonPlaceholderApp

An example app written with the http://jsonplaceholder.typicode.com/ API. Utilises Kotlin, RxJava and MVI.

I chose to focus more on the architecture of this project because I wanted to attempt to utilise ViewModels + MVI + Koin in a nice way, and because architecture is generally more interesting to me.