ViewPager scrolling downside. I truly like Android ViewPager component. It can be used in so many ways: from app navigation to gallery like screens. On the other hand, ViewPager is not very useful whether or not it’s nested right proper into a container with vertical scrolling. For example ViewPager within ScrollView or ListView with ViewPager as a listing merchandise view. Say for instance: you drag the ViewPager‘s internet web page to view the next one, and aghhh the horizontal scrolling is disrupted and parent vertical scrolling begins. Why is it that…
Android Dev: Android ViewPager inside a ScrollView
