whysohard
whysohard

Reputation: 29

Is there an android equivalent of iOS alphanumeric index overlay control?

On some lists, e.g., in the phone contacts, there is a control overlaid which allows you to jump to a section using an alphanumeric index. (I'm not sure what the canonical name for that is but it's referred to as an index in some of the questions about it here.) Does an equivalent control exist in Android? Ideally it would work under API 8, but I'm targeting 17 and I'm happy to just turn it off for older devices.

If there isn't a built in one, a library that can be used in commercial products would be fine too.

Upvotes: 0

Views: 287

Answers (1)

Saqib Razaq
Saqib Razaq

Reputation: 874

Please try IndexScroller if you are looking for something like this:

enter image description here

If you are looking for an example on how to use it, please check IndexableListView

Upvotes: 1

Related Questions