จัดการการป้อนข้อมูลด้วยแป้นพิมพ์
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ลองใช้วิธีเขียน
Jetpack Compose เป็นชุดเครื่องมือ UI ที่แนะนําสําหรับ Android ดูข้อมูลเกี่ยวกับการสัมผัสและอินพุตใน "เขียน"
ระบบ Android จะแสดงแป้นพิมพ์บนหน้าจอหรือที่เรียกว่าวิธีการป้อนข้อมูลแบบซอฟต์แวร์เมื่อช่องข้อความใน UI ได้รับโฟกัส
คุณระบุลักษณะเกี่ยวกับประเภทอินพุตที่คาดหวังได้ เช่น หมายเลขโทรศัพท์หรืออีเมล และลักษณะการทํางานของวิธีการป้อนข้อมูล เช่น การแก้ไขอัตโนมัติสําหรับข้อผิดพลาดในการสะกด
นอกจากวิธีการป้อนข้อมูลบนหน้าจอแล้ว Android ยังรองรับแป้นพิมพ์ฮาร์ดแวร์ด้วย คุณจึงควรเพิ่มประสิทธิภาพแอปให้รองรับแป้นพิมพ์ที่ต่ออยู่ด้วย
หัวข้อเหล่านี้และหัวข้ออื่นๆ มีการอธิบายไว้ในเอกสารประกอบต่อไปนี้
บทเรียน
- ระบุประเภทวิธีการป้อนข้อมูล
- ดูวิธีแสดงวิธีการป้อนข้อมูลแบบซอฟต์คีย์บางรายการ เช่น วิธีการที่ออกแบบมาสำหรับหมายเลขโทรศัพท์ อีเมล หรือรูปแบบอื่นๆ นอกจากนี้ โปรดดูวิธีระบุลักษณะต่างๆ เช่น ลักษณะการทํางานของคําแนะนําการสะกดและปุ่มดำเนินการ เช่น เสร็จสิ้นหรือถัดไป
- จัดการการแสดงวิธีการป้อนข้อมูล
- ดูวิธีระบุเวลาที่ควรแสดงวิธีการป้อนข้อมูลแบบซอฟต์แวร์ และวิธีที่เลย์เอาต์ต้องปรับให้เข้ากับพื้นที่หน้าจอที่ลดลง
- รองรับการไปยังส่วนต่างๆ ด้วยแป้นพิมพ์
- ดูวิธียืนยันว่าผู้ใช้ไปยังส่วนต่างๆ ของแอปได้โดยใช้แป้นพิมพ์ และวิธีทำการเปลี่ยนแปลงที่จำเป็นในลําดับการนําทาง
- จัดการการดำเนินการของแป้นพิมพ์
- ดูวิธีตอบสนองต่อการป้อนข้อมูลด้วยแป้นพิมพ์โดยตรงสําหรับการดําเนินการของผู้ใช้
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[[["เข้าใจง่าย","easyToUnderstand","thumb-up"],["แก้ปัญหาของฉันได้","solvedMyProblem","thumb-up"],["อื่นๆ","otherUp","thumb-up"]],[["ไม่มีข้อมูลที่ฉันต้องการ","missingTheInformationINeed","thumb-down"],["ซับซ้อนเกินไป/มีหลายขั้นตอนมากเกินไป","tooComplicatedTooManySteps","thumb-down"],["ล้าสมัย","outOfDate","thumb-down"],["ปัญหาเกี่ยวกับการแปล","translationIssue","thumb-down"],["ตัวอย่าง/ปัญหาเกี่ยวกับโค้ด","samplesCodeIssue","thumb-down"],["อื่นๆ","otherDown","thumb-down"]],["อัปเดตล่าสุด 2025-07-26 UTC"],[],[],null,["# Handle keyboard input\n\nTry the Compose way \nJetpack Compose is the recommended UI toolkit for Android. Learn about touch and input in Compose. \n[Touch and input →](/develop/ui/compose/touch-input) \n\nThe Android system shows an on-screen keyboard---known as a\n*soft input method*---when a text field in your UI receives focus.\nTo provide the best user experience, you can specify characteristics\nabout the type of input you expect, such as a\nphone number or email address, and how the input method must behave, such as\nperforming autocorrect for spelling mistakes.\n\nIn addition to the on-screen input methods, Android supports hardware keyboards, so it's\nalso important to optimize your app to support attached keyboards.\n\nThese topics and more are discussed in the following documentation.\n\nLessons\n-------\n\n**[Specify the input method type](/develop/ui/views/touch-and-input/keyboard-input/style)**\n: Learn how to show certain soft input methods, such as those designed for phone numbers, web\n addresses, or other formats. Also, learn how to specify characteristics such\n as spelling suggestion behavior and action buttons such as **Done** or **Next**.\n\n**[Handle input method visibility](/develop/ui/views/touch-and-input/keyboard-input/visibility)**\n: Learn how to specify when to show the soft input method and how\n your layout must adjust to the reduced screen space.\n\n**[Support keyboard navigation](/develop/ui/views/touch-and-input/keyboard-input/navigation)**\n: Learn how to verify that users can navigate your app using a keyboard\n and how to make any necessary changes to the navigation order.\n\n**[Handle keyboard actions](/develop/ui/views/touch-and-input/keyboard-input/commands)**\n: Learn how to respond directly to keyboard input for user actions."]]