ustwo / android-boilerplate

Android Boilerplate à la ustwo
https://ustwo.com/
Apache License 2.0
42 stars 6 forks source link

BaseView is not necessary for boilerplate #54

Closed mshipton closed 7 years ago

mshipton commented 7 years ago

If a use case requires common a interface for views it can be added as needed and as such it's more suited to boilerplate-example.

e.g. an ErrorView with ErrorView.showError(String).