Reputation: 2746
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
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