Is it possible to use a SectionIndexer with a GridView in Android? Fast scroll is working fine, and I’m using a custom adapter that extends BaseAdapter. The adapter is currently implementing SectionIndexer and seems to be identical to the examples shown online and on Stack Overflow. This made me think if it’s even possible to do with a GridView and a custom adapter.
Is it possible to use a SectionIndexer with a GridView in Android? Fast scroll
Share
fast_scroll_alphabet
StringThat’s a basic example, but there’s not much more to it than that. Implementing
SectionIndexeris pretty simple.