From b0d4e0659e918c96a47ad8bf9420af1e73e705f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Jos=C3=A9=20Medina=20Alfaro?= Date: Thu, 7 May 2020 17:51:12 -0500 Subject: [PATCH] Update README.md --- README.md | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 82 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa786cf..aeb7540 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,82 @@ -# android-developer-resourses -Android Developer resources +# Android Developer resources + +## Android developers + - official website https://developer.android.com/ + - Codelabs https://codelabs.developers.google.com/ + - Youtube https://www.youtube.com/user/androiddevelopers + - Android developers Blog https://android-developers.googleblog.com/ + +## Kotlin + - https://kotlinlang.org/ + - https://developer.android.com/kotlin + +## Repositories + - Github/Android https://github.com/android + - Android Architecture Blueprints v2 https://github.com/android/architecture-samples + - Android Architecture Components samples https://github.com/android/architecture-components-samples + +## Courses + - Training https://developer.android.com/courses + - Learn Kotlin for Android https://developer.android.com/kotlin/campaign/learn + + Udacity + - https://classroom.udacity.com/courses/ud9012 + - https://www.udacity.com/course/developing-android-apps-with-kotlin--ud9012 + + Google Play Academy + - https://playacademy.exceedlms.com/student/catalog + + Android Kotlin Fundamentals Course + - https://codelabs.developers.google.com/android-kotlin-fundamentals/ + + Youtube Android Developers channel + - https://www.youtube.com/user/androiddevelopers + +## Events + Android Dev Summit 2019 + - https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_xXXubDti2eRnIKU0p7wHd + + Kotlin Conf 2019 + - https://kotlinconf.com/2019/talks/ + +## Codelabs + - Android Data Binding Codelab https://github.com/googlecodelabs/android-databinding + - Android Developer Fundamentals Course https://codelabs.developers.google.com/android-training/ + - Android codelabs https://codelabs.developers.google.com/?cat=Android + +## Design + - Material Design https://material.io/ + - Icons https://material.io/resources/icons/ + - Iconfinder https://www.iconfinder.com/ + - Material design palette https://www.materialpalette.com/ + - Flaticon https://www.flaticon.com/ + +## Publish App + +- Publish your app + https://developer.android.com/studio/publish + +- Android App Bundles + https://developer.android.com/guide/app-bundle + +- APP privacy policy generator + https://app-privacy-policy-generator.firebaseapp.com/ + +## Roadmaps + +Android Developer Roadmap 2020 +- https://github.com/mobile-roadmap/android-developer-roadmap + +Android Table of Elements +- https://www.androidelements.com/ + + +## Http libraries + +- retrofit +https://square.github.io/retrofit/ +https://futurestud.io/tutorials/tag/retrofit + +- volley +https://developer.android.com/training/volley +