BenGoBlue05 / UdacityAlumni

Udacity Alumni Android App
57 stars 30 forks source link

MVP architecture Implementation #55

Open therajanmaurya opened 7 years ago

therajanmaurya commented 7 years ago

Proposal for implementing the MVP architecture by Google or Ribot

We can follow any if them, I can take responsibility for this.

I am suggesting the MVP architecture then It will become easy to write the unit test and Integration test and without any architecture, It's very hard to write the test cases.

What do you think @BenGoBlue05 @PPartisan @chashmeetsingh

PPartisan commented 7 years ago

I agree MVP would make it much simpler to write tests, but my concern is that formally adopting it would put off new contributors. MVP isn't something covered in the AND, so there's a good chance many current students and alumni wont have experience with it.

therajanmaurya commented 7 years ago

Yeah, you are right, MVP was not covered in AND but It is good if the developer knows the technology. During the implementation of MVP, we can write some docs and blogs and can also refer already written.

So what you think.

abhishek-verma commented 7 years ago

I am familiar with MVP, I'd like to contribute.

imGurpreetSK commented 6 years ago

If still relevant, we can create a new branch named UdacityAlumni-MVP and push the MVP code there. Will this work?

n8ebel commented 6 years ago

I think having separate branches to demonstrate different architectures is a great idea. Could be a wonderful "next step" for new grads that want to start exploring Android beyond the scope of the Android Nanodegree program

knightcube commented 6 years ago

Can i work on this?