I read this tutorial
http://blog.stylingandroid.com/archives/542
There are 3 pages in ViewPager and they have the same data in ListView.
How can I make each page has different adapter ?
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.
If you are following the code from that blog post, in
instantiateItem(), create a different adapter for each page, based upon the suppliedposition.