Codelabs นำเสนอประสบการณ์การเขียนโค้ดจริงโดยมีบทแนะนำที่คอยให้แนวทาง Codelab ส่วนใหญ่จะแนะนำขั้นตอนการสร้างแอปพลิเคชันขนาดเล็กหรือเพิ่มฟีเจอร์ใหม่ลงในแอปพลิเคชันที่มีอยู่

กรองตาม

เรื่อง
คอลเล็กชัน

Updated 26 กรกฎาคม ค.ศ. 2025

ในโค้ดแล็บนี้ คุณจะได้สร้างแอป Android ด้วย ML Kit ที่ใช้แมชชีนเลิร์นนิงในอุปกรณ์เพื่อจดจำ ระบุภาษา และแปลข้อความจาก 59 ภาษา นอกจากนี้ คุณยังจะได้เรียนรู้วิธีผสานรวมไลบรารี CameraX เพื่อทำงานเหล่านี้จากฟีดกล้องแบบเรียลไทม์

53 นาที

Updated 26 กรกฎาคม ค.ศ. 2025

ในโค้ดแล็บนี้ คุณจะได้เรียนรู้วิธีแปลงโค้ด Java เป็น Kotlin

31 นาที

Updated 6 กุมภาพันธ์ ค.ศ. 2025

ดูวิธีใช้ Activity Recognition Transition API เพื่อสร้างฟีเจอร์ตามบริบทที่มีประสิทธิภาพในแอป

50 นาที

Updated 29 กรกฎาคม ค.ศ. 2025

Make your Compose app run fast by analyzing system traces and fixing common lag causes.

41 นาที

Updated 25 กรกฎาคม ค.ศ. 2025

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.

34 นาที

Updated 25 กรกฎาคม ค.ศ. 2025

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.

Updated 14 กรกฎาคม ค.ศ. 2025

Learn the basics of building Android apps with Jetpack Compose, the recommended UI toolkit for building Android apps

56 นาที

Updated 24 มิถุนายน ค.ศ. 2025

In this codelab, you’ll learn how to adapt your app to run on multiple devices and form factors.

1 ชั่วโมง 59 นาที

Updated 24 มิถุนายน ค.ศ. 2025

Learn how to manage keyboard focus in Compose