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

https://github.com/patrick-doyle/android-rxmvp

Rx based version of mvp
https://github.com/patrick-doyle/android-rxmvp

Last synced: 8 months ago
JSON representation

Rx based version of mvp

Awesome Lists containing this project

README

          

# android-rxmvp

![Mvp diagram](readme/mvp.png)

Sample implementation of using RxJva to clean up MVP. Adding RxJava fixes the issue with a circular dependency between the view and presenter commonly seen
other implementations of MVP.

This project uses kotlin for the profile screen so if you should add the kotlin plugin for studio to allow for syntax highlighting
[Koltin Android Setup](https://kotlinlang.org/docs/tutorials/kotlin-android.html)