Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jacksonfdam/219f05912f8f51c4842a53e0ad83ac9c to your computer and use it in GitHub Desktop.
Save jacksonfdam/219f05912f8f51c4842a53e0ad83ac9c to your computer and use it in GitHub Desktop.
Android developers resources
Android developers resources
Getting started in Android development
Android developers
- official website https://developer.android.com/
- Codelabs https://codelabs.developers.google.com/
- Youtube https://www.youtube.com/user/androiddevelopers
Kotlin
- https://kotlinlang.org/
- https://developer.android.com/kotlin
Repositories
- Github/Android https://github.com/android
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/
Android Dev Summit 2019
- https://www.youtube.com/playlist?list=PLWz5rJ2EKKc_xXXubDti2eRnIKU0p7wHd
Youtube Android Developers channel
- https://www.youtube.com/user/androiddevelopers
Kotlin Conf 2019
- https://kotlinconf.com/2019/talks/
--------------------------------------------------
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment