From 9fa4288d769cf786fa577682a693cac27efafbc3 Mon Sep 17 00:00:00 2001 From: amaryadav344 Date: Wed, 25 Nov 2020 12:59:46 +0530 Subject: [PATCH] Added resource loopwiki.com Android tutorials for beginners covering basic to advanced topics. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index e4e8576..5d5a335 100644 --- a/readme.md +++ b/readme.md @@ -467,6 +467,7 @@ Awesome-Android is an amazing list for people who need a certain feature on thei - [Google Developers Training](https://developer.android.com/courses/) - Google Developers Official Training page has list of various useful learning resources for beginner as well seasoned developer. - [Mindorks](https://mindorks.com/) - Become a complete and happy Android developer. - [AndroidVille](https://ayusch.com/) - Become a better Android Engineer. A website dedicated to Android Development covering advanced topics such as RxJava, Android Zygote and much more. +- [LoopWiki](https://www.loopwiki.com/) - Android tutorials for beginners covering basic to advanced topics. ### Code examples - [Android Architecture Blueprints](https://github.com/android/architecture-samples) - The Android Architecture Blueprints project demonstrates strategies to help solve or avoid common android problems.