RxMvpLceAppCompatActivity.showError(Throwable, boolean)MvpPresenter to implement a Model-View-Presenter
architecture.MvpPresenter to implement a Model-View-Presenter
architectureRxMvpAppCompatActivity 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