开发者

Scroll slider in android?

开发者 https://www.devze.com 2023-01-23 06:09 出处:网络
I am new to android.I made string array.It has more elements starts with A to Z . I make list View for the array.When i scroll the screen i wish to display the starting letter.If i remove the ha开发者

I am new to android.I made string array.It has more elements starts with A to Z . I make list View for the array.When i scroll the screen i wish to display the starting letter.If i remove the ha开发者_开发问答nd at the letter 's' then i will display the items starts with the letter 's'

as like the following link

http://www.youtube.com/watch?v=rcPIvGRwrxA


You will want to use android:fastScrollEnabled="true" on a ListView for that.

0

精彩评论

暂无评论...
验证码 换一张
取 消