Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Android 新手,我想知道如何向下滚动到ListView. 例如,我有一个包含 5000 个项目的数组,已排序。我将在屏幕顶部显示 33 个字母,用户想要到达以字母“M”开头的位置。我怎样才能做到这一点,以便用户可以在不使用手指滚动的情况下到达该位置。
ListView
我知道这在 HTML ( <li>/<ul>标签) 中是可能的,但我想知道如何在 Android 中做到这一点ListView。
<li>
<ul>
使用方法来做smoothScrollToPosition()
smoothScrollToPosition()
您只需要知道索引,但这在排序列表中没有问题。