I would like to know if a ListView in Android has an option to place alphabets on the right like the paradigm of iPhone ListView, like below
It's possible if you're willing to write the code, but the fast scroller as shown in the AOSP Contacts app is the platform-provided way to do present an section-indexed list.