Open michalharakal opened 6 years ago
"LCE" - Loading, Content, Error approach visualises current status of app. It notify users what going on and avoid errors like #30
It has to be implemented as a base class of all views, so handling of this states can be consistent through the app.
As an idea, have a look on https://github.com/sockeqwe/mosby/blob/master/mvp-lce/src/main/java/com/hannesdorfmann/mosby3/mvp/lce/MvpLceActivity.java
"LCE" - Loading, Content, Error approach visualises current status of app. It notify users what going on and avoid errors like #30
It has to be implemented as a base class of all views, so handling of this states can be consistent through the app.
As an idea, have a look on https://github.com/sockeqwe/mosby/blob/master/mvp-lce/src/main/java/com/hannesdorfmann/mosby3/mvp/lce/MvpLceActivity.java