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

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

বিষয়
সংগ্রহ

৩৩ মিনিট

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.