কোডল্যাবগুলি একটি নির্দেশিত, টিউটোরিয়াল, হ্যান্ডস-অন কোডিং অভিজ্ঞতা প্রদান করে। বেশিরভাগ কোডল্যাব আপনাকে একটি ছোট অ্যাপ্লিকেশন তৈরি করার বা বিদ্যমান অ্যাপ্লিকেশনে একটি নতুন বৈশিষ্ট্য যুক্ত করার প্রক্রিয়ার মধ্য দিয়ে যায়।

এর ভিত্তিতে ফিল্টার করুন:

বিষয়
সংগ্রহ

১ ঘণ্টা ২৪ মিনিট

Updated ১৭ জুন, ২০২৫

In this codelab, you learn the fundamentals of the Car App Library. This library is used to build apps for Android Auto and Android Automotive OS, which can be used both while parked and driving. You learn how to reuse your implementation across both platforms and have it handle the hard stuff, like different screen configurations and input methods.

৪৮ মিনিট

Updated ১২ জুন, ২০২৫

In this codelab, you’ll learn how to measure app startup timing and frame timing with Jetpack Macrobenchmark.

৪১ মিনিট

Updated ৩০ মে, ২০২৫

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.

২৯ মিনিট

Updated ২২ মে, ২০২৫

In this codelab, you’ll learn how to build a car differentiated experience by adding support for audio while driving to an app that’s already been optimized for Android Automotive OS.

Updated ২০ মে, ২০২৫

This codelab will teach you how to modify a sample Android app (video app for Kotlin devs, ebook app for Java devs) to publish content using Engage SDK. Note the same logic can be applied to any supported app category.

৪৭ মিনিট

Updated ১৯ মে, ২০২৫

In this codelab, you’ll learn how to create your own Tile for Wear OS. You’ll use a library that makes it easier to build UI that conforms to Material 3 Expressive design guidelines, and preview your tiles in Android Studio as you develop.

১ ঘণ্টা ৮ মিনিট

Updated ১৯ মে, ২০২৫

In this codelab, you’ll learn how to build and test great parked experiences for Android Automotive OS devices. You learn how to make the most of the wide variety of screens found in cars and how to let users control playback of content in various scenarios unique to cars using standard Android mechanisms.

৫৭ মিনিট

Updated ১৯ মে, ২০২৫

In this codelab, you’ll learn how to translate your Compose knowledge to wearables with the new Compose for Wear OS and Material 3 Expressive components. By the end, you’ll have created both simple and advanced composables in an app for your wrist.

৩৪ মিনিট

Updated ১৬ মে, ২০২৫

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.