Codelabs zapewnia przewodniki, samouczki i praktyczne aspekty kodowania. Większość programów codelab poprowadzi Cię przez proces tworzenia małej aplikacji lub dodawania nowej funkcji do istniejącej aplikacji.

Filtruj według

Temat
Kolekcje

Updated 6 lutego 2025

W tym laboratorium programistycznym utworzysz aplikację na Androida z ML Kit, która wykorzystuje uczenie maszynowe na urządzeniu do rozpoznawania języka i tłumaczenia tekstu z 59 języków. Dowiesz się też, jak zintegrować bibliotekę CameraX, aby wykonywać te czynności na podstawie danych z kamery w czasie rzeczywistym.

31 minut

Updated 6 lutego 2025

Dowiedz się, jak używać interfejsu Activity Recognition Transition API, aby tworzyć w aplikacji zaawansowane funkcje kontekstowe

53 minuty

Updated 6 lutego 2025

Z tego Codelab dowiesz się, jak przekonwertować kod Java na Kotlin

39 minut

Updated 28 kwietnia 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 godzina 59 minut

Updated 22 kwietnia 2025

Learn how to manage keyboard focus in Compose

Updated 31 marca 2025

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

Updated 28 marca 2025

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

28 minut

Updated 19 marca 2025

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

1 godzina 22 minuty

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