在列表视图中选择项目的最佳方法是什么?

时间:2010-06-24 03:45:16

标签: java android listview user-interface

我有一个列表视图,其中包含一系列选项。我想将重点放在touchmode的listview上并选择项目。最好的方法是什么?

我找到了这个博客: http://bestsiteinthemultiverse.com/2009/12/android-selected-state-listview-example/

http://developer.android.com/resources/articles/touch-mode.html

社区建议什么?

2 个答案:

答案 0 :(得分:4)

您无法将焦点保持在触控模式。您可以使用“选择模式”来检查项目。

答案 1 :(得分:0)

要了解如何使用ListView,我会看看这个Google I / O视频。它帮助我做了很多事情并且超越了选择模式(我认为)。

http://code.google.com/events/io/2010/sessions/world-of-listview-android.html