From 7c9c327877c1e8588376133539d7b4866e58c2e8 Mon Sep 17 00:00:00 2001 From: Batchu Thrishna Date: Sun, 27 Oct 2019 16:18:18 -0700 Subject: [PATCH 1/2] Added new android tutorial --- programming.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/programming.md b/programming.md index af60aeb..f6d2a32 100644 --- a/programming.md +++ b/programming.md @@ -35,6 +35,13 @@ Website - https://www.vogella.com/tutorials/android.html [![vogella android resources screenshot](https://user-images.githubusercontent.com/4047597/66122279-ed768e80-e5fc-11e9-9beb-e57d51e04b33.png)](https://www.vogella.com/tutorials/android.html) +### Demonuts Android Tutorials + +DemoNuts is an online publication which mainly publishes programming demos,tutorials and tips to get first step in programming world for students and developers. + +Website - https://demonuts.com/android-tutorial/ + +![android](https://user-images.githubusercontent.com/37772050/67633261-2952eb80-f86b-11e9-9859-ba5a2c473a1a.JPG)(https://demonuts.com/android-tutorial/) ## Web Development From caa856c3bb0d19652cc18d720b27279e21853bab Mon Sep 17 00:00:00 2001 From: Batchu Thrishna Date: Mon, 28 Oct 2019 23:25:08 -0700 Subject: [PATCH 2/2] Added a new Java Tutorial --- programming.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/programming.md b/programming.md index f6d2a32..e150bd1 100644 --- a/programming.md +++ b/programming.md @@ -146,6 +146,14 @@ Website - https://www.udemy.com/course/java-tutorial/ [![Java for Complete Beginners - John Purcell](https://user-images.githubusercontent.com/51238282/66408079-e8a24800-ea0b-11e9-916e-658dc4848039.png)](https://www.udemy.com/course/java-tutorial/) +### JavaTPoint for Beginners + +JavaTPoint is a website where you can get tutorials of java for beginners. They have code snippets for demo purpose. + +Website - https://www.javatpoint.com/java-tutorial + +[![javaTPoint](https://user-images.githubusercontent.com/37772050/67703531-d3686b80-f970-11e9-84b0-685ab712bf96.JPG)](https://www.javatpoint.com/java-tutorial) + ## JUnit ### JUnit5 Basics by Java Brains