[TIMOB-19976] Implement Android SectionIndexer on ListView
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | Community, index, listview, sectionindexer |
Reporter | Christi |
Assignee | Unknown |
Created | 2015-10-14T20:26:18.000+0000 |
Updated | 2018-02-28T19:55:43.000+0000 |
Description
The [section index on ListViews](http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.ListView-property-sectionIndexTitles) that allows for fast scrolling of lists and an alphabetical index to the list sections is only enabled for iOS.
The component [exists](http://developer.android.com/reference/android/widget/SectionIndexer.html) for native Android applications.
Have you considered using AlphabetIndexer in listview? [Listview with AlphabetIndexer and cursoradapter on Android](http://www.rogcg.com/blog/2013/02/10/Implementing-a-ListView-with-AlphabetIndexer-and-CursorAdapter-on-Android)
Is that supposed to be a suggestion for a workaround or for a possible component to use when implementing this feature in Android? If it's intended to be a workaround, it doesn't look like AlphabetIndexer is supported by Titanium either.