Search code examples
androidlistviewshowindexeralphabet

How can i show the alphabet in a listview?


How can i show the alphabet like below:

This is what i want

I'm using alphabet indexer and that is works. But the alphabet missing from the right side.


Solution

  • Android doesn't natively support showing the alphabet on the side of a ListView. To do this, you'll need a library. You'd probably want something like this or that.