简体   繁体   中英

Horizontal listview with OnScrollListener

I need sync scroll of 2 listViews (vertical and horizontal)

I tried several libraries for the horizontal listview, but no library implements OnScrollListener()

https://github.com/MeetMe/Android-HorizontalListView

https://github.com/sephiroth74/HorizontalVariableListView

https://github.com/dinocore1/DevsmartLib-Android

need this callback to scroll vertical list when scoll the horizontal list...

how can I do this?

Thanks!!

I did a little bit of code for this exact thing a while back. Check it out here https://github.com/slightfoot/android-tandem-scroll

Just duplicate https://github.com/slightfoot/android-tandem-scroll/blob/master/Library/src/com/demondevelopers/tandemscroll/TandemScrollView.java file and make it extend HorizontalScrollView.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM