rx-presenter-example icon indicating copy to clipboard operation
rx-presenter-example copied to clipboard

How to implement a presenter with Rx on Android (aka MVI or Model View Intent)

How to implement a presenter with Rx on Android (aka MVI or Model View Intent)

This repository contains a code example for this article: Implementing your presenter with Rx or Functional Reactive architecture for Android applications

View, ViewModel and present() implementation

Tests

Example