2

How to implement scrolling animation? I'm ok with setting a simple AlphaAnimation that triggers at scrollTo(...) but what kind of animation is required for one screen to replace another in a sophisticated manner?

yanchenko
  • 56,576
  • 33
  • 147
  • 165
  • Not sure if this is what you're looking for, but to allow for swiping across views, check this question: http://stackoverflow.com/questions/1959106 – Roman Nurik Jan 06 '10 at 00:37

1 Answers1

1

Animation1 - scrollTo() - Animation2

yanchenko
  • 56,576
  • 33
  • 147
  • 165
  • Hi, @alex, would you please be more specific on how this is done? I am also trying to animate `scrollTo()`, but it looks like Android has no built in solutions. – neevek Feb 16 '12 at 07:16