EffectiveAndroid
EffectiveAndroid copied to clipboard
This sample project shows how to apply MVP and Clean architecture on an Android app
Hi @rallat i am a graphic designer, i want to help others in graphic design. After i reviewed your project. you have no logo on this project, therefore I want...
This project does not look like it has been packaged by feature. Is that intentional?
Could you possibly give an example of how to manage the the stack of activities that are launched from each tab in the navigation drawer?
I've been reviewing your project seems good but I've been trying and never saves the state of the presenter. When you save the state using **PresenterHolder.getInstance () putPresenter (TopImagesListActivity.class, presenter);**...
@rallat Uncle Bob says when you open the package structure, it should scream the intent of the application and not the tools/framework used. Right now the packages model, presenter, service,...
Any chance of adding branch that shows how you would handle mvp with fragments?
I see that the Clean architecture doesn't include Android Data binding with MVVM pattern. MVVM is really powerfull especially when used it along with Data binding engine, and since Google...