Mathieu Mahé
Mathieu Mahé

Reputation: 2746

Implement a Carousel in Android app (no RenderScript)

I want to implement a carousel in my Android App. But I want it to work on "old" versions of Android (since 2.2). So I can't use RenderScript.

Is there a way to do that ?

Thank you!

Upvotes: 2

Views: 673

Answers (1)

Mathieu Mahé
Mathieu Mahé

Reputation: 2746

Finally I used the ViewPager widget in the Google's Android Support Library (http://developer.android.com/tools/extras/support-library.html)

Hope it will help!

Upvotes: 1

Related Questions