Touch Mode备忘录

Touch Mode备忘录
Do:

1).Remain consistent with the core applications
1). 与核心应用保持一致
2).Use the appropriate feature if you need persistent selection (radio button, check box, the ListView choice mode, etc.)
2). 若你需要连续的选择,则使用适当的特性(如单选,复选,列表选择等)
3).Use focusable in touch mode if you write a game
3). 若你在编写游戏应用则应在Touch Mode中使用focusable特性

Don't:

1).Do not try to keep the focus or selection in touch mode
1).不要在Touch Mode中尝试保持选中状态


详细解释请见:http://developer.android.com/resources/articles/touch-mode.html

你可能感兴趣的:(touch)