ThirtyInch – a MVP library for Android favoring a stateful Presenter.
This library adds Presenters to Activities and Fragments. It favors the stateful Presenter pattern, where the Presenter survives configuration changes and dumb View pattern, where the View only sends user events and receives information from the Presenter but never actively asks for data.
ProGuard rules for ThirtyInch
Add the following lines to your ProGuard configuration proguard.cfg file in project.
# ThirtyInch -keep public class * implements net.grandcentrix.thirtyinch.distinctuntilchanged.DistinctComparator
For more information about ThirtyInch please see the website.