Top "Android-animation" questions

Animations can be integrated into Android Apps, through both Java and XML.

Animate view sliding out of another view, pushing views below out of the way

I have a list of buttons. When I press a button, a View should slide in a downwards motion out …

android android-animation
How to animate FloatingActionButton like in Google+ app for Android?

I set FloatingActionButton to bottom of screen and I want to animate the button. Hidden when scrolling down Shown when …

android android-animation material-design android-design-library floating-action-button
Animate RecyclerView when scrolling

Is there any way to animate the elements of a RecyclerView when I scroll it? I took a look at …

android android-animation android-recyclerview
Android: Listview's bounce to scrollview

Any way of adding ListView's bounce effect to regular scrollview? By bounce I mean the rubber band like effect when …

android android-widget android-animation android-scrollview
Android Animation Library?

Are there any FREE Android Animation Libraries that we can use in our applications ? The android built-in animations are very …

android android-animation android-library
Changing the ActionBar hide animation?

By default in Android 3.0+, when ActionBar.hide()/show() are called the bar is animated with a brief fade in/out …

android android-3.0-honeycomb android-animation android-actionbar
android- simple fade out and fade in animation for viewflipper

I'm new to android and I don't know a lot about android animation . I've a viewflipper and I want to …

android android-animation android-viewflipper
Android RecyclerView smooth scroll to view that's animating their height

I have a RecyclerView with Expandable Child Views, when the child ViewGroup is clicked it inflates an amount of views …

java android android-animation android-recyclerview android-scroll
Animate layout change of bottom sheet

In my application I use a bottom sheet (from the support library) which works great. Now I would like to …

android android-animation android-transitions
What is the difference between an Animator and an Animation?

It looks like both Animations and Animators allow me to animate properties (position, opacity, scale, rotation, etc) on objects, and …

android android-animation