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

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

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

Updated 31 марта 2025 г.

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

Updated 28 марта 2025 г.

In this codelab, you learn how to add Glance widgets to the SociaLite app.

28 минут

Updated 19 марта 2025 г.

In this codelab, you learn how to add predictive back animations to the SociaLite app.

1 час 22 минуты

Updated 5 марта 2025 г.

Activity embedding enables activity-based apps to support two-pane layouts on large screens with no code refactoring. You add some dependencies, create an XML configuration file, implement an initializer, and make a few additions to the app manifest. Or, if you prefer working in code, you can make a few Jetpack API calls from the onCreate() method of the main activity. In this codelab, you will use both the XML and API development approaches to update an activity-based app to a list-detail, two-pane layout.

1 час 30 минут

Updated 27 февраля 2025 г.

In this Codelab, you’ll build a health and fitness app that supports reading and writing to Health Connect.

33 минуты

Updated 14 февраля 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.

Updated 14 января 2025 г.

Learn the basics of building Android apps with Jetpack Compose, the recommended UI toolkit for building Android apps

30 минут

Updated 9 января 2025 г.

With the Ongoing Activity API in Wear, developers can engage users from the watch face as well as the app launcher with minimal amount of code and allow those users to jump back into the app for important activities with a simple tap.

Updated 9 января 2025 г.

Learn the core concepts of relational databases and learn to read and manipulate a database using SQL.