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: 240

Filed under:
|
|

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

Related posts about android

Related posts about listview