IndexableListView icon indicating copy to clipboard operation
IndexableListView copied to clipboard

iPhone like fast scroll ListView on Android

Results 14 IndexableListView issues
Sort by recently updated
recently updated
newest added

Can you please provide the same indexer for Grid View as well ?

First of all, I'm not the guy who found this issue. I'm the author of Android UI Patterns, an Android app collects all Android UI samples into 1 app ^^....

I used You libs ,listView add headView ,but I cont get headView onclick . I think In IndexScroller dispach headView fouce.

I change adapter of listview, and a don't need IndexScroller on each. How to disable or hide IndexScroller. i've tired to setFastScrollEnabled, but only get NullPointerException

Hi, Can you please let me guide how can i implement the indexer in such a way that numbers should be placed in the end instead of top?

The Default scrollview and indexable scroll is not showing at same time in android 5.0.1 , though its working fine till 4.4.4. I have set android:fadeScrollbars="false" even though its not...

Hello. Thanks for your excellent library. But when i am going to implement this to my Listview, i am getting nullpointerexception. java.lang.NullPointerException at android.view.GLES20Canvas.drawRoundRect(GLES20Canvas.java:1222) at com.hagoole.handofgod.widget.IndexScroller.draw(IndexScroller.java:75) at com.hagoole.handofgod.widget.IndexableListView.draw(IndexableListView.java:70) at android.view.View.getDisplayList(View.java:13448)...

i tried to implement in gridview but it seems not working..i cant see indexer in right side. can you help me how to implement in gridview with base adapter..

Alphabet filter shrinks to search result (list view area) which looks awkward. Is there any option to hide the alphabet scroller while search?

When the soft copy is expanded the index scroller seems to become conjusted, is there any way that I could hide the index scroller when the keyboard is expanded?