-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add mvp architecture #8
Labels
enhancement
New feature or request
Comments
mercuriete
pushed a commit
that referenced
this issue
Nov 12, 2018
implementing MVP with dagger and koting its too hard men testing CI please squash or ammend
Merged
mercuriete
pushed a commit
that referenced
this issue
Nov 14, 2018
implementing MVP with dagger and koting its too hard men testing CI please squash or ammend
mercuriete
pushed a commit
that referenced
this issue
Nov 14, 2018
implementing MVP with dagger and koting its too hard men testing CI please squash or ammend
mercuriete
pushed a commit
that referenced
this issue
Nov 14, 2018
implementing MVP with dagger and koting its too hard men testing CI please squash or ammend
mercuriete
added a commit
that referenced
this issue
Nov 19, 2018
* closes #8 * rename package to bpmcalculator (bad refactoring changes all over the place) * implements BaseView and BasePresenter as shown in tutorials * define BPMCalculator view presenter contract * define dependencies in module * Implements presenter and injects BPMCalculatorService * activity is a view and now have presenter injected with dagger and only interacts with it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a < type of user >, I want < some goal > so that < some reason >.
Fuking Scrum
I as a product_owner/analyst/developer/tester/user, I want to do MVP so that i can be fancy
OK but now serious
I wanted to decuple the views and the logic, so i read some documentation about it and it seems that MVP is the best option for android.
I saw an example on android architecture-examples that makes use of dagger2 and MVP.
My goal is create a project with dagger2, MVP and kotlin.
The things to archive this goal are.
Out of main scope, I also wanted to delete an extra button, and tap directly to the label to test if decoupling is good (that i know that it is good).
The text was updated successfully, but these errors were encountered: