All Types

com.airbnb.mvrx.BaseMvRxFragment

Make your base Fragment class extend this to get MvRx functionality.

com.airbnb.mvrx.BaseMvRxViewModel

Base ViewModel implementation that all other ViewModels should extend.

com.airbnb.mvrx.rxjava2.BuildConfig
com.airbnb.mvrx.rxjava2.BuildConfig
com.airbnb.mvrx.MvRx

Exists for backwards compatibility.

com.airbnb.mvrx.MvRxState

MvRx state exists solely for MvRx 1.x backwards compatibility. MavericksState is a drop in replacement going forward.

com.airbnb.mvrx.MvRxView

Implement this in your MvRx capable Fragment.

com.airbnb.mvrx.MvRxViewModelFactory