Some Different Approaches to Animation in Android
The following list shows some different approaches to make animations in android. Please click each item to
find the discussion about it with complete examples.
When we are interested to more complex animations, OpenGL may be suitable specially in the case of huge and continuously rendering animation, 3D animations or animations with complex transformations.
- ObjectAnimator
- Animation and Its Subclasses
- ViewPropertyAnimator
- ValueAnimator
- Physics-Based Animations: SpringAnimation and FlingAnimation
- Animation by Canvas
When we are interested to more complex animations, OpenGL may be suitable specially in the case of huge and continuously rendering animation, 3D animations or animations with complex transformations.
Comments
Post a Comment