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

https://github.com/droideveloper/mvpandroidkotlin

MVP Android Kotlin Imp
https://github.com/droideveloper/mvpandroidkotlin

abstraction android clean-architecture kotlin mvp

Last synced: 2 months ago
JSON representation

MVP Android Kotlin Imp

Awesome Lists containing this project

README

          

# MVP and UIBinding with including RxAndroid impl

## Architecture MVP (Model-View-Presenter)

you need to install as follows in build.gradle file: (androidx)

```
implementation project(":android-rx")
```

```
implementation 'org.fs.architecture:mvp:3.0.0'
```

## for Android Reactive Extensions on UI (uibinding)

```
implementation project(":android-rx")
```

you need to install as follow in build.gradle file: (androidx)

```
implementation 'org.fs.rx.extensions:uibinding:3.0.0'
```