Use ViewFlipper with 4 "pages". It worked, until I inserted ScrollView into each of the pages. How can I resolve?
Use ViewFlipper with 4 "pages". It worked, until I inserted ScrollView into each of the pages. How can I resolve?
I was able to resolve with the ViewPager component, rather than the ViewFlipper :) I used the example in the platform documentation: link