I'm trying to use ViewPager to allow the user to flip through a series of web views. I've looked at the ViewPager examples which look like it uses an adapter which has a defined number of pages. The problem I have is that the number of pages I have changes regularly. Is there not a way to just use the ViewPager for it's paging ability and add/ remove views as I see fit?
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

