Android 用户交互之输入控制

  • Android,组件,用户交互,

Android 用户交互之输入控制 User Interface Input Controls

输入控制(Input Controls)是应用的用户交互的交互组件。Android 提供了丰富的交互组件,比如 buttons , text fields ,seek bars , checkboxs , zoom buttons , toggle buttons 等等。

Input controls are the interactive components in your app's user interface. Android provides a wide variety of controls you can use in your UI, such as buttons, text fields, seek bars, checkboxes, zoom buttons, toggle buttons, and many more.

每个组件都支持一些特殊的用户输入事件,比如输入文本或者点击按钮。

Each input control supports a specific set of input events so you can handle events such as when the user enters text or touches a button.

常用的组件有:Button , Text field , Checkbox , Radio button , Toggle button , Spinner , Pickers .

相关文章

- EOF -

本站文章除注明转载外,均为本站原创或编译。欢迎任何形式的转载,但请务必注明出处,尊重他人劳动。
转载请注明:文章转载自 Binkery 技术博客 [https://binkery.com]
本文标题: Android 用户交互之输入控制
本文地址: https://binkery.com/archives/349.html