I intend to write an Android app for reading books. I can’t find an component to slide the pages like Kindle app. Where can I find the sample code of that component?
A slide component like this.
http://www.youtube.com/watch?v=9jmCk3K3YT8&t=1m33s
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.
The view you need is called a ViewPager
http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html
http://developer.android.com/reference/android/support/v4/view/ViewPager.html
http://blog.stylingandroid.com/archives/537
http://blog.stylingandroid.com/archives/577