From 4cca6e7b3a5e900f24eb1e7763bb28e9e7c9f19d Mon Sep 17 00:00:00 2001 From: Ahmed Hashem Date: Sun, 16 Apr 2017 20:16:42 +0200 Subject: [PATCH 1/2] added 2 more resources for Design Patterns --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3946295..52f5f50 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,8 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li ## Design Patterns * [Design Pattern Interview Questions that have been designed specially to get you acquainted with the nature of questions you may encounter during your interview for the subject of Design Pattern](http://www.tutorialspoint.com/design_pattern/design_pattern_interview_questions.htm) +* [Design Patterns for Humans™ - An ultra-simplified explanation](https://github.com/kamranahmedse/design-patterns-for-humans) +* [Design patterns implemented in Java](https://github.com/iluwatar/java-design-patterns) ## Data structures From f473714ab6533dd1900b633db0f20c1828769d2f Mon Sep 17 00:00:00 2001 From: Ahmed Hashem Date: Sun, 16 Apr 2017 20:33:13 +0200 Subject: [PATCH 2/2] deleting a duplication in Android section --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 52f5f50..300f026 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,6 @@ Please read the [contribution guidelines](contributing.md) or the [creating a li * [50 android interview questions & answers](http://career.guru99.com/50-android-interview-questions-answers/). * [A couple of Android questions posted by Quora users](https://www.quora.com/What-are-good-job-interview-questions-for-an-Android-developer) * [A great list of Android interview questions covering all the aspects of this career](http://www.tutorialspoint.com/android/android_interview_questions.htm) -* [Android interview questions and answers for freshers and experienced candidates. Also there you can find Android online practice tests to fight written tests and certification exams on Android](http://www.careerride.com/android-interview-questions.aspx) * [Collection of Android and Java related questions and topics, including general developer questions, Java core, Data structures, Build Tools, Programming Paradigms, Core Android, Databases and etc](https://github.com/derekargueta/Android-Interview-Questions) * [Collection of Android and Java questions divided by experience](https://medium.com/@neteinstein/not-another-android-interviews-article-the-questions-3dedafa30bec)