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

Filtra per

Oggetto
Raccolte

53 minuti

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

39 minuti

Updated 28 aprile 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 ora 59 minuti

Updated 22 aprile 2025

Learn how to manage keyboard focus in Compose

Updated 31 marzo 2025

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

Updated 28 marzo 2025

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

28 minuti

Updated 19 marzo 2025

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

1 ora 22 minuti

Updated 5 marzo 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.