From 4833a918891def8d39371fe693eb3202a7132bd6 Mon Sep 17 00:00:00 2001 From: Dov Amir Date: Mon, 11 Jun 2018 21:45:23 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1b7089..474b78d 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@
-
- ## Contents - [GoF design patterns](#languageframework-design-patterns-mainly-gof) - [General Architecture](#general-architecture) @@ -53,7 +51,6 @@ - [sourcemaking](https://sourcemaking.com/design_patterns) - [oodesign](https://www.oodesign.com/) - [effective-java](https://github.com/HugoMatilla/Effective-JAVA-Summary) - - [JavaScript] - [es6](https://github.com/ziyasal/design-patterns-and-idioms-in-es6) - [humans](https://github.com/sohamkamani/javascript-design-patterns-for-humans) @@ -143,6 +140,8 @@ - [Android] - [androidpatterns](https://unitid.nl/androidpatterns/) - Interaction patterns that can help you design Android apps. - [design-patterns-for-android](https://www.raywenderlich.com/109843/common-design-patterns-for-android) - Common Design Patterns for Android. + - [mvc-mvp-and-mvvm](https://academy.realm.io/posts/eric-maxwell-mvc-mvp-and-mvvm-on-android/) - The MVC, MVP, and MVVM Smackdown. + ## Front-End Development - [User Interface](http://ui-patterns.com/) - User Interface Design patterns.