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
- Host: GitHub
- URL: https://github.com/patrick-doyle/android-rxmvp
- Owner: patrick-doyle
- License: apache-2.0
- Created: 2016-08-11T19:24:57.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-20T13:28:28.000Z (almost 10 years ago)
- Last Synced: 2025-04-11T22:06:40.360Z (about 1 year ago)
- Language: Java
- Size: 10.3 MB
- Stars: 34
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# android-rxmvp

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)