Open dongjingun opened 8 years ago
@dongjingun I have been thinking how should I receive your error view and what kinds of error would there be.
Error Type
The method will look like this.
generalErrorView(@LayoutRes int layoutRes);
generalErrorView(@LayoutRes int layoutRes, @IdRes int reloadButtonRes);
noConnectionErrorView(@LayoutRes int layoutRes);
noConnectionErrorView(@LayoutRes int layoutRes, @IdRes int reloadButtonRes);
notAvailableErrorView(@LayoutRes int layoutRes);
notAvailableErrorView(@LayoutRes int layoutRes, @IdRes int reloadButtonRes);
What do you think? Let me know if you have any better ideas!
Loading View
loadingSplashView(@LayoutRes int layoutRes);
Thanks for the great library. Did you added this feature for showing error? Let me know if you are including this in next release.
Will my best to add this feature.