0
Use Viewflipper with 4 "pages". Worked, until I insert Scrollview on each of the pages. How can I resolve?
0
Use Viewflipper with 4 "pages". Worked, until I insert Scrollview on each of the pages. How can I resolve?
0
I was able to solve it with the Viewpager component instead of Viewflipper :) I used the example in the platform documentation: http://developer.android.com/intl/pt-br/training/animation/screen-slide.html#pagetransformer
Browser other questions tagged java android
You are not signed in. Login or sign up in order to post.
With the information you’ve provided the only solution I can think of is: don’t use the Scrollview :)
– ramaral
Do not edit the title with "SOLVED", accept your answer as the correct one.
– Bruno César