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 4.0 是否有任何内置方式来使用粘滞列表标题和可索引列表?我发现了以下项目:
...但两者都是分开的,我需要遵循最佳实践。
A ListView(或者更确切地说,它的适配器)已经可以通过SectionIndexer接口进行索引。我在扩展StickyListHeadersBaseAdapter和实施SectionIndexer. 在 XML 中为列表启用fastScroll,然后拖动滚动手柄。有许多关于如何使用SectionIndexer界面的指南
ListView
SectionIndexer
StickyListHeadersBaseAdapter
fastScroll