Codelabs یک تجربه کدنویسی هدایت شده، آموزشی و عملی را ارائه می دهد. اکثر کد لبه ها شما را در فرآیند ساخت یک برنامه کوچک یا افزودن یک ویژگی جدید به یک برنامه موجود گام بر می دارند.

فیلتر کردن براساس

موضوع
مجموعه‌ها

۳۳ دقیقه

Updated ۸ مهٔ ۲۰۲۵

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 ۱ مهٔ ۲۰۲۵

Learn how to create your first Android app.

Updated ۲۹ آوریل ۲۰۲۵

Learn how to download and install Android Studio

۳۹ دقیقه

Updated ۲۸ آوریل ۲۰۲۵

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.

۱ ساعت ۵۹ دقیقه

Updated ۲۲ آوریل ۲۰۲۵

Learn how to manage keyboard focus in Compose

Updated ۳۱ مارس ۲۰۲۵

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

Updated ۲۸ مارس ۲۰۲۵

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

۲۸ دقیقه

Updated ۱۹ مارس ۲۰۲۵

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

۱ ساعت ۲۲ دقیقه

Updated ۵ مارس ۲۰۲۵

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.