Codelabs предоставляет обучающие материалы и практический опыт программирования. Большинство лабораторий кода проводят вас через процесс создания небольшого приложения или добавления новой функции в существующее приложение.

Фильтровать по

Тема
Коллекции

34 минуты

Updated 16 мая 2025 г.

Learn how to get started with Kotlin Multiplatform from two separate Android and iOS projects. In this codelab you will learn how to add a Kotlin Multiplatform (KMP) module to share code between Android and iOS apps. It covers setting up the project, adding the KMP module, linking it to the Android and iOS apps, and writing platform-specific code.

41 минута

Updated 14 мая 2025 г.

Learn how to share the database of your app with Room and Kotlin Multiplatform. This way you can share your most critical business logic with the iOS app preventing unwanted bugs or missing features while preserving the same functionality everywhere.

33 минуты

Updated 12 мая 2025 г.

In this codelab, you’ll learn about the unique user experiences that are made possible by the XR form factor. Then, you’ll learn the fundamentals of how apps can be adapted to make the most of running on an Android XR headset by using the composables provided by the Jetpack Compose XR library.

24 минуты

Updated 12 мая 2025 г.

In this codelab, you’ll build upon the foundations of Learn Android XR fundamentals: Part 1 - Modes and Spatial Panels by further spatializing an app’s UI with the use of orbiters and customizing its Full Space mode experience by setting an environment preference.

Updated 1 мая 2025 г.

Learn how to create your first Android app.

Updated 29 апреля 2025 г.

Learn how to download and install Android Studio

39 минут

Updated 28 апреля 2025 г.

In this codelab, you’ll learn how to create Wear OS watch faces using the Watch Face Format (WFF). This includes understanding the format itself, the structure of watch face packages and how to validate your watch face.

1 час 59 минут

Updated 22 апреля 2025 г.

Learn how to manage keyboard focus in Compose

Updated 31 марта 2025 г.

Learn how to add a simple Gemini API feature to an Android app with Vertex AI for Firebase.