I codelab offrono un'esperienza di programmazione guidata, tutorial e pratica. La maggior parte dei codelab ti guida nella procedura di creazione di una piccola applicazione o di aggiunta di una nuova funzionalità a un'applicazione esistente.

Filtra per

Oggetto
Raccolte

Updated 26 luglio 2025

In questo codelab, creerai un'app per Android con ML Kit che utilizza il machine learning on-device per riconoscere, identificare la lingua e tradurre il testo da 59 lingue. Imparerai inoltre a integrare la libreria CameraX per svolgere queste attività da un feed della fotocamera in tempo reale.

53 minuti

Updated 26 luglio 2025

In questo codelab imparerai a convertire il codice Java in Kotlin

31 minuti

Updated 6 febbraio 2025

Scopri come utilizzare l'API Activity Recognition Transition per creare potenti funzionalità contestuali nella tua app

Updated 3 settembre 2025

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

33 minuti

Updated 6 agosto 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 minuti

Updated 6 agosto 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.

50 minuti

Updated 29 luglio 2025

Make your Compose app run fast by analyzing system traces and fixing common lag causes.

41 minuti

Updated 25 luglio 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.

34 minuti

Updated 25 luglio 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.