Android Studio Guide by Deekay

Official/current sources summarized in this kit:
Android Studio overview: https://developer.android.com/studio/intro
Android Studio download/tools: https://developer.android.com/studio
Android Basics with Compose: https://developer.android.com/kotlin/androidbasics
Create your first Android app: https://developer.android.com/codelabs/basic-android-kotlin-compose-first-app
Build simple app with text composables: https://developer.android.com/codelabs/basic-android-kotlin-compose-text-composables
Jetpack Compose tutorial: https://developer.android.com/develop/ui/compose/tutorial
Compose BOM: https://developer.android.com/develop/ui/compose/bom
Run apps on emulator: https://developer.android.com/studio/run/emulator
Run apps on hardware device: https://developer.android.com/studio/run/device
Build and run app: https://developer.android.com/studio/run
Configure build/Gradle: https://developer.android.com/build
Debug your app: https://developer.android.com/studio/debug
Android permissions overview: https://developer.android.com/guide/topics/permissions/overview
Request runtime permissions: https://developer.android.com/training/permissions/requesting
Guide to app architecture: https://developer.android.com/topic/architecture
Kotlin basic syntax: https://kotlinlang.org/docs/basic-syntax.html
