Reputation: 114
Can any one help me with animations in android I am learning the animation through android developer website but I am also looking for a good tutorial for that, What I am looking for is something similar any help will be appriciated
Upvotes: 5
Views: 3198
Reputation: 69699
You can use following library for animation
used for three main things:
Animate activity layout content when transitioning from one activity to another.
Animate shared elements (Hero views) in transitions between activities.
Animate view changes within same activity
Easy Android Animations is an animation library that aims to make android animations easier, with 50+ builtin animations, it allows you to introduce many complex animation effects in your application with one or two lines of code
Pop is an extensible animation engine for iOS, tvOS, and OS X
MaterialLibrary is an Open Source Android library that back-port Material Design components to pre-Lolipop Android.
View shake animation.
A fluent Android animation library,Animate multiple view from one method
AndroidViewAnimation, which is an animation collection, to help you make animation easier.
Upvotes: 5