Getting Started with the Swift SDK for Android
Apr 15 2026 · Article (10 mins)
Learn how to set up the Swift SDK for Android and integrate Swift code into an Android app. This tutorial covers installation, creating a Swift library, and running Swift code on Android devices…
Android & Kotlin
Advanced Data Binding in Android: Binding Adapters
Dec 6 2021 · Article (25 mins)
Data Binding Library, part of Android Jetpack, provides an easy way to bind components in your layouts with data sources in your app. You can use a declarative format to make the binding instead of doing it programmatically. In this tutorial, you’ll build an app named uSpace. This…
…this tutorial you will learn what Scalable Vector Graphics are and how to create and manipulate Vector Graphics on Android…
Android & Kotlin
Splash Screen Tutorial for Android
May 23 2022 · Article (30 mins)
Learn how to implement splash screen in new and existing Android apps, using the SplashScreen API introduced in Android…
Android & Kotlin
Jetpack Compose Tutorial for Android: Getting Started
Dec 27 2023 · Article (50 mins)
…this Jetpack Compose tutorial, you’ll learn to use the new declarative UI framework being developed by the Android team by creating a cookbook…
Multiple Domains
New
Getting Started with Android Generative AI
Mar 21 2026 · Article (10 mins)
Learn how to get started with generative AI in Android. This article explains Gemini models, on-device vs cloud AI, and how to choose the right AI approach for your Android…
Android & Kotlin
Android Design Support Library: Getting Started
Jun 13 2018 · Article (30 mins)
Design Support Library helps you implement shiny, interactive Material Design components and supports phones running extremely old versions of Android…
Android & Kotlin
Gradle Tutorial for Android: Getting Started – Part 1
Jan 31 2024 · Article (35 mins)
…this Gradle Build Script tutorial, you’ll learn the basic syntax in build.gradle files generated by Android Studio. You’ll also learn about gradlew tasks, different dependency management techniques, and how to add a new dependency to your…
Android & Kotlin
Advanced Data Binding in Android: Observables
Oct 27 2021 · Article (25 mins)
…types, collections and objects. Transform data from other sources and expose them to your layouts. Note: This tutorial assumes you know the basics of Android development. If you’re new to Android development, check out the following tutorials: Beginning Android Development and Kotlin for Android: An Introduction. Getting Started Download…
Android & Kotlin
Beginning Android Development with Kotlin, Part Two: Using Android Studio
Mar 18 2019 · Article (30 mins)
…this Android Studio tutorial, you’ll learn the fundamental concepts of developing with Android Studio using Kotlin by creating an app to read your fortune…
…this tutorial, you’ll learn Android-specific interview questions and answers…
Multiple Domains
How to Get Started Building Android Apps
Oct 19 2020 · Article (10 mins)
…started building your first Android app with our free book and video content! Plus you’ll learn how to create apps in Kotlin, the new, modern language for Android…
Android & Kotlin
Android Services: Getting Started
May 27 2021 · Article (30 mins)
Learn about Android Services and the differences between foreground, background and bound services…
Android & Kotlin
Android SDK Versions Tutorial With Kotlin
May 20 2019 · Article (20 mins)
…versions released with each new version of Android provide great new features. In this tutorial we will learn how to utilize them in our apps…