Skip to content

Instantly share code, notes, and snippets.

@h4k1m0u
Created January 19, 2025 14:31
Show Gist options
  • Save h4k1m0u/747a60c86f4664fe4520590badae4f03 to your computer and use it in GitHub Desktop.
Save h4k1m0u/747a60c86f4664fe4520590badae4f03 to your computer and use it in GitHub Desktop.
Notes about coding Android apps with Kotlin using Android Studio

Kotlin

  • Statically typed language.
  • Outputs bytecode that runs on the JVM (like Java).

Gradle

  • Build system for Android used for compilation, packaging (APK), and for dependency management.

Android KTX

Kotlin extensions for Android development.

Android Jetpack

Suite of libraries to simplify Android app development.

Jetpack Compose

Toolkit for building Android UI in Kotlin (replacement for XML UI).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment