توفر دروس تطبيقية حول الترميز تجربة موجهة وتعليمية وعملية عن الترميز. سترشدك معظم الدروس التطبيقية حول الترميز في خطوات عملية إنشاء تطبيق صغير أو إضافة ميزة جديدة إلى تطبيق حالي.

الفلترة حسب

Subject
المجموعات

31 دقيقةً

Updated 6 فبراير 2025

تعرَّف على كيفية استخدام Activity Recognition Transition Api لإنشاء ميزات سياقية فعّالة في تطبيقك.

53 دقيقةً

Updated 6 فبراير 2025

في هذا الدليل التعليمي حول الرموز البرمجية، ستتعرّف على كيفية تحويل رمز Java إلى Kotlin.

Updated 6 فبراير 2025

في هذا الدرس التطبيقي، ستُنشئ تطبيق Android باستخدام ML Kit الذي يستخدم تكنولوجيا تعلُّم الآلة على الجهاز للتعرّف على اللغة وتحديدها وترجمة النصوص من بين 59 لغة. ستتعرّف أيضًا على كيفية دمج مكتبة CameraX لتنفيذ هذه المهام من خلاصة الكاميرا في الوقت الفعلي.

39 دقيقةً

Updated 28 أبريل 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) 59 دقيقةً

Updated 22 أبريل 2025

Learn how to manage keyboard focus in Compose

Updated 31 مارس 2025

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

Updated 28 مارس 2025

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

28 دقيقةً

Updated 19 مارس 2025

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

ساعة واحدة (1) 22 دقيقةً

Updated 5 مارس 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.