| Interface | Description |
|---|---|
| ConnectablePresenter<View extends StatelessView<?>> |
Presents data to views. Abstracts business logic from views. Must be used only by main thread. Default state is Paused.
|
| StatelessView<State> |
View which does not have its own internal state and therefore should take new state from outside.
|
| Class | Description |
|---|---|
| CheckableFrameLayout |
FrameLayout that supports checkable state
|
| CheckableImageButton |
ImageButton that supports checkable state
|
| CheckableImageView |
android.widget.ImageView that supports checkable state
|
| CheckableTextView |
TextView that supports checkable state
|
| CrossViewStatePresenter<ViewState,View extends StatelessView<ViewState>> |
Presenter which stores view state between
and and applies the latest view state to the view on next . |
| ThemeUtilsKt | |
| TintableImageButton |
Allows to set color filter for image source drawable
|