android / architecture-samples

A collection of samples to discuss and showcase different architectural tools and patterns for Android apps.
Apache License 2.0
44.49k stars 11.65k forks source link

New sample: MVC #31

Closed juanyanezgc closed 1 year ago

juanyanezgc commented 8 years ago

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.

Rainer-Lang commented 8 years 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.

JoseAlcerreca commented 8 years ago

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?

juanyanezgc commented 8 years ago

@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

JoseAlcerreca commented 8 years ago

I think that would be the way to go yep!

JoseAlcerreca commented 8 years ago

I've edited the issue title, Dagger2 would have to come after this one.

TwentySevenC commented 8 years ago

This would be great!!

geniushkg commented 7 years ago

@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.

geniushkg commented 7 years ago

Sorry, guys no update yet.

tunjid commented 1 year ago

Closing as obsolete.