| Class | Description |
|---|---|
| RxMvpLceAppCompatActivity<CV extends android.view.View,M,V extends com.hannesdorfmann.mosby.mvp.lce.MvpLceView<M>,P extends com.hannesdorfmann.mosby.mvp.MvpPresenter<V>> |
A
RxMvpAppCompatActivity that implements MvpLceView which gives you 3 options:
Display a loading view: A view with R.id.loadingView must be specified in your
inflated xml layout
Display a error view: A TextView with R.id.errorView must be declared in your
inflated xml layout
Display content view: A view with R.id.contentView must be specified in your
inflated
xml layout
|
| RxMvpLceFragment<CV extends android.view.View,M,V extends com.hannesdorfmann.mosby.mvp.lce.MvpLceView<M>,P extends com.hannesdorfmann.mosby.mvp.MvpPresenter<V>> |
A {mylink RxMvpFragment} that implements {mylink MvpLceView} which gives you 3 options:
Display a loading view: A view with R.id.loadingView must be specified in your
inflated xml layout
Display a error view: A TextView with R.id.errorView must be declared in your
inflated xml layout
Display content view: A view with R.id.contentView must be specified in your
inflated
xml layout
|