开发者

How to get the ListView with carousel scrolling on Android?

开发者 https://www.devze.com 2022-12-14 23:22 出处:网络
I would like to have a ListView that scrolls开发者_Go百科 in a carousel way, so when you scroll to the bottom and continue scolling, it should get back to the top element.

I would like to have a ListView that scrolls开发者_Go百科 in a carousel way, so when you scroll to the bottom and continue scolling, it should get back to the top element.

I do not want to use ViewSwitcher, nor ViewFlipper.

How can I achieve that?


You could try implementing a carousel view. You could refer to these :

https://stackoverflow.com/questions/5503892/android-carousel-view

Android image carousel view (sense like)

Carousel view in Android

0

精彩评论

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