Skip to content

Commit b416d25

Browse files
authored
Update README.md
move mvp-light to java sample
1 parent 0e189bd commit b416d25

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@ This project hosts each sample app in separate repository branches. For more inf
88
| Sample | Description |
99
| ------------- | ------------- |
1010
| [rx-mvvm-dagger](https://github.com/AndroidDevFr/android-architecture/tree/sample-kotlin-rx-mvvm-dagger) | [Model–View–ViewModel (MVVM)](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93viewmodel) facilitates a separation of development of the graphical user interface from development of the business logic or back-end logic. |
11-
| [mvp-light](https://github.com/AndroidDevFr/android-architecture/tree/sample-java-mvp-light) | [Model-View-Presenter (MVP)](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter) is a derivation of the model–view–controller (MVC) architectural pattern, and is used mostly for building user interfaces. In MVP, the presenter assumes the functionality of the "middle-man". In MVP, all presentation logic is pushed to the presenter.|
1211

1312
### Java samples
13+
| Sample | Description |
14+
| ------------- | ------------- |
15+
| [mvp-light](https://github.com/AndroidDevFr/android-architecture/tree/sample-java-mvp-light) | [Model-View-Presenter (MVP)](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93presenter) is a derivation of the model–view–controller (MVC) architectural pattern, and is used mostly for building user interfaces. In MVP, the presenter assumes the functionality of the "middle-man". In MVP, all presentation logic is pushed to the presenter.|
1416

1517

1618
## Contributors

0 commit comments

Comments
 (0)