How to get the ListView with carousel scrolling on Android?
Posted
by blacharnia
on Stack Overflow
See other posts from Stack Overflow
or by blacharnia
Published on 2009-12-24T09:30:30Z
Indexed on
2010/05/12
8:04 UTC
Read the original article
Hit count: 262
Hi,
I would like to have a ListView that scrolls 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?
BR
blacharnia
© Stack Overflow or respective owner