| 类 | 说明 |
|---|---|
| RxMvpLceAppCompatActivity<CV extends android.view.View,M,V extends <any>,P extends <any>> |
A {mylink RxMvpAppCompatActivity} 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
|
| RxMvpLceFragment<CV extends android.view.View,M,V extends <any>,P extends <any>> |
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
|