dukecon / dukecon_android

Apache License 2.0
1 stars 1 forks source link

Add support for "LCE" #31

Open michalharakal opened 6 years ago

michalharakal commented 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