Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15895] Android: Index for ListView

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsparity, supportTeam
ReporterMatej
AssigneeUnknown
Created2013-11-30T12:11:39.000+0000
Updated2018-02-28T20:03:39.000+0000

Description

Same as for iOS, for Android's ListView is missing one very important property that is index. !http://i.stack.imgur.com/KK4jy.png!

Comments

  1. Ingo Muschenetz 2014-03-31

    This is a native iOS behavior, but not available on Android. A workaround solution would be to do this in the context of a custom view, track click events, and then scroll to the appropriate spot. We may consider this in the future as a parity issue, but it would be in a release post 3.3.0.
  2. Matej 2014-04-01

    Hi Ingo, have you seen this http://www.danielespinetti.it/2011/11/android-snippet-code-android-listview.html? This doesn't need any "workaround" or does it? // I know, it is not the same as iOS has ,but on Android it's a standard. It would be great to have it. Custom views and all that stuff is another solution, but it will not work on 100% on all Android's resolutions. I think...
  3. Ingo Muschenetz 2014-04-01

    [~sko], I find it odd that you asked for this feature without any reference to the blog post that inspired it, yet you chose to take one of the images as an example of what the feature should look like.
  4. Matej 2014-04-01

  5. Christi 2015-10-14

    Is this feature not natively available in Android? It looks like this creates an index: http://developer.android.com/reference/android/widget/SectionIndexer.html. That has been around since Android 1.5 and is what is used by the linked example code from @Matej. Is there any idea on when this feature may be implemented?

JSON Source