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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!