rajtheinnovator / SimpleArchitecturePatterns

A project which covers various architecture patterns like MVP, MVVM, MVC etc for android
1 stars 2 forks source link

Add MVP architecture pattern #1

Open rajtheinnovator opened 5 years ago

rajtheinnovator commented 5 years ago

Add a basic implementation of MVP pattern

drcabral commented 5 years ago

This one is still open? I saw that in the code already has folders related to this pattern

rajtheinnovator commented 5 years ago

@drcabral yes, it's still open. What I've done so far is implementing very basic single activity example with hard coded strings as data. Basically, I want to implement it with real use example like in the article on the following example. This is obviously for learning and so I guess, the more closer I can get it to typical use case, better it'll for anyone coming for seeing a practical example.Though we can also change the api if marvel api doesn't look good: https://android.jlelse.eu/avenging-android-mvp-23461aebe9b5

drcabral commented 5 years ago

Hey @rajtheinnovator , I will work on this today, so, as soon as possible i'll send the PR.

rajtheinnovator commented 5 years ago

Sure @drcabral That'd be a nice thing. And more helpful, if you can add proper Javadoc and references used.