Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19976] Implement Android SectionIndexer on ListView

GitHub Issuen/a
TypeNew Feature
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
LabelsCommunity, index, listview, sectionindexer
ReporterChristi
AssigneeUnknown
Created2015-10-14T20:26:18.000+0000
Updated2018-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.

Comments

  1. Amimul Hossain 2015-10-15

    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)
  2. Christi 2015-11-17

    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.

JSON Source