Closed juanyanezgc closed 1 year ago
Please have a look here: https://github.com/googlesamples/android-architecture/issues/21#issuecomment-206586940
JoseAlcerreca: We could generate all the permutations of tools and architecture patterns but that would be a maintenance hell :) As these are not templates, but learning material, we should keep the number of samples low. That said, we encourage people to fork and release in a different repo. We'll create an unofficial list of variants if this happens.
In this case we're very interested in exploring MVC, since we're only talking about MVP so far. Do you have a blog post or something to go with that code @juanyanezgc?
@JoseAlcerreca I'm afraid I don't have anything at the moment.Actually I was thinking about contributing by using MVC on the TODO app but maybe I could put something together over the weekend to explain the code of that project first if you think is worth it
I think that would be the way to go yep!
I've edited the issue title, Dagger2 would have to come after this one.
This would be great!!
@JoseAlcerreca, Since no one had contributed to MVC Sample, I am starting out today with it, by this weekend, will update with code and a companion blog post.
First I would start with very basic MVC without any external libraries, then would upgrade it further as already mentioned above.
Sorry, guys no update yet.
Closing as obsolete.
Hi guys, I'd like to contribute with a MVC and MVC-Dagger2 architecture sample. It would be something similar to what I used in this project https://github.com/Smart-Studio/device-info/tree/develop. Let me know your thoughts.