diff --git a/README.md b/README.md index a5ab177..84855ab 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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. @@ -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)