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。fastScrollリストの XML で を有効にし、スクロール ハンドルをドラッグします。SectionIndexerインターフェイスの使用方法に関する多数のガイドがあります
ListView
SectionIndexer
StickyListHeadersBaseAdapter
fastScroll