Codelabs bietet eine geführte, praxisnahe Anleitung zum Programmieren. In den meisten Codelabs wird Schritt für Schritt erklärt, wie Sie eine kleine Anwendung erstellen oder einer vorhandenen Anwendung eine neue Funktion hinzufügen.

Filtern nach

Betreff
Sammlungen

31 Minuten

Updated 6. Februar 2025

Mit der Activity Recognition Transition API leistungsstarke kontextbezogene Funktionen in Ihrer App erstellen

53 Minuten

Updated 6. Februar 2025

In diesem Codelab erfahren Sie, wie Sie Ihren Java-Code in Kotlin konvertieren.

Updated 6. Februar 2025

In diesem Codelab erstellen Sie mit ML Kit eine Android-App, die maschinelles Lernen auf dem Gerät nutzt, um Text in 59 Sprachen zu erkennen, zu identifizieren und zu übersetzen. Außerdem erfahren Sie, wie Sie die CameraX-Bibliothek einbinden, um diese Aufgaben über einen Echtzeit-Kamerafeed auszuführen.

34 Minuten

Updated 16. Mai 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 Minuten

Updated 14. Mai 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 Minuten

Updated 12. Mai 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 Minuten

Updated 12. Mai 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. Mai 2025

Learn how to create your first Android app.

Updated 29. April 2025

Learn how to download and install Android Studio