• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps anyway to jump to next/previous section in fast scroll enabled listview

Koson0511

Lurker
is it possible that when users does a fast scroll over a listview,[FONT=&quot] the screen jumps to the next/previous section in the listview? current fast scroll behavior will not jump to next section, it just scroll down the listview faster... [/FONT]
 
It's certainly possible to create some type of "jump to next section" button, but from what I understand you'd have to implement it yourself.

You could theoretically try changing the behavoir of the scroll bar by extending the ListView class but that's very, very bad user experience design.

Also going to move this to development forums :)
 
is it possible to do it with the fast scrolling feature? that is, the listview always jump to next section when user fast-scrolls, so that she can bypass, for example, a very long section in the listview.
 
Back
Top Bottom