Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Material animation in android

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

like image 779
Alishah momin Avatar asked Jul 05 '17 06:07

Alishah momin


1 Answers

You can use following library for animation

  • Material-Animations

    used for three main things:

    1. Animate activity layout content when transitioning from one activity to another.

    2. Animate shared elements (Hero views) in transitions between activities.

    3. Animate view changes within same activity

  • EasyAndroidAnimations

    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

  • Facebook pop animation

    Pop is an extensible animation engine for iOS, tvOS, and OS X

  • Material

    MaterialLibrary is an Open Source Android library that back-port Material Design components to pre-Lolipop Android.

  • AndroidViewAnimations

    View shake animation.

  • View animator

    A fluent Android animation library,Animate multiple view from one method

  • AndroidViewAnimation

    AndroidViewAnimation, which is an animation collection, to help you make animation easier.

like image 60
AskNilesh Avatar answered Oct 12 '22 22:10

AskNilesh