Skip to content
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

Updated README.md #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Android MVP

This repository demonstrates the [Model View Presenter](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter) architecture and was inspired by [Antonio Leiva's Android MVP](https://github.com/antoniolg/androidmvp). You can find an example with updated libraries in the [master-2](https://github.com/jpotts18/android-mvp/tree/master-2) branch from [RajuSe](https://github.com/RajuSE).
This repository demonstrates the [Model View Presenter](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter) architecture and was inspired by [Antonio Leiva's Android MVP](https://github.com/antoniolg/androidmvp). You can find an example with updated libraries(retrofit2, rxjava2 etc.) in the [master-2](https://github.com/jpotts18/android-mvp/tree/master-2) branch from [Raju](https://github.com/RajuSE).

## Videos

Expand All @@ -12,6 +12,7 @@ This repository demonstrates the [Model View Presenter](http://en.wikipedia.org/
1. Look at all of the branches - ``git branch -a``
2. **Read about the branches**
1. Don't forget to checkout the `master-2` it has updated libraries like RxJava, Butterknife, etc.
2. [Code walkthrough diagram](https://github.com/jpotts18/android-mvp/wiki/Diagramatic-representation) might help you understanding flow better.

This repository contains a **chain of branches** that shows the logical progression of the Android MVP.

Expand Down Expand Up @@ -56,3 +57,5 @@ MVC Pattern
[Model-View-Presenter - Wikipedia](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter)

[Separation of Concerns - Wikipedia](http://en.wikipedia.org/wiki/Separation_of_concerns)

[Clean Architecture by Robert Martin](https://8thlight.com/blog/uncle-bob/2012/08/13/the-clean-architecture.html)