How to get the ListView with carousel scrolling on Android?
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
精彩评论