How can i show the alphabet like below:
I'm using alphabet indexer and that is works. But the alphabet missing from the right side.
On
Use an Adapter that implements SectionIndexer.
And have your ListView have setFastScrollEnabled(true).
Plenty of tutorials about that around the web, even Google samples I think.
Here is a tutorial I liked about SectionIndexer.
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.