Wednesday, August 24, 2011

[android-developers] ViewFlipper animation and Gallery on the same activity

Hi. I have ViewFlipper and the Gallery on the same activity.
ViewFlipper periodically switch two view with simple fade animation.
Problem is when I scrolling in Gallery at every switch start, Gallery
stop animation and jump to nearest item. Is almost impossible to
scroll if switch period is too short. I think that ViewFlipper start
Animation which call invalidate() and this cause refresh Gallery, but
why? Gallery is on the opposite side of screen, completely no reason
to refresh gallery on every animation start,

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment