Compose 中的触控和输入操作
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
用户可以通过多种方式与 Android 应用互动,例如:
- 用手指点按按钮。
- 使用实体键盘来浏览界面。
- 使用屏幕键盘输入电子邮件地址。
Compose 对这些用例提供了丰富的内置支持,但是在一些情况下,您需要自定义或扩展默认行为。在本部分中,您将详细了解指针输入、焦点和处理互动。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-21。
[null,null,["最后更新时间 (UTC):2025-08-21。"],[],[],null,["# Touch and input in Compose\n\nUsers interact with Android apps in various ways. For example, they can:\n\n- Tap on a button with their finger.\n- Navigate through a screen using their physical keyboard.\n- Enter their email address using the on-screen keyboard.\n\nCompose has a lot of built-in support for these use cases, but in some scenarios\nyou need to customize or extend the default behavior. In this section, you\nlearn more about [pointer input](/develop/ui/compose/touch-input/pointer-input), [focus](/develop/ui/compose/touch-input/focus), and [handling interactions](/develop/ui/compose/touch-input/user-interactions/handling-interactions)."]]