Top "Android-animation" questions

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

How To Create a Rotating Wheel Control?

I am trying to implement the Rotatory wheel in android, just like the image displayed below.I came across the …

android animation rotation android-animation image-rotation
RecyclerView does not scroll as expected

I have a project where I use a horizontal recycler view and I want to center one element. My implementation …

android android-animation smooth-scrolling android-recyclerview
Change DialogFragment enter/exit transition at just before dismissing

I have a DialogFragment and I set animation for enter/exit in the onActivityCreated method as below: @Override public void …

android android-animation buttonclick dialogfragment
Complete Working Sample of the Gmail Three-Fragment Animation Scenario?

TL;DR: I am looking for a complete working sample of what I'll refer to as "the Gmail three-fragment animation" …

android android-fragments android-animation
animateLayoutChanges does not work well with nested layout?

I have a nested layout like the following: <LinearLayout> <!----Parent layout---> <LinearLayout> <!-----child 1…

android android-layout android-animation
How to programmatically animate an ImageView

I am trying to animate an ImageView when the said image view is clicked. Specifically I want the size of …

android android-animation scaletransform
Android: animateLayoutChanges="true", what can I do if the fade-out effect is unwanted?

in my layout XML file: <LinearLayout ... animateLayoutChanges="true" ... /> When I add and a View and to this layout …

android android-animation
Android list view Right / Left swipes like call logs

I have an Android application in which there is List View Like this one Now I want to perform two …

android android-layout listview android-animation swipe
Delays within the Animation (TranslateAnimation)

Is there a way to have the Animation pause for a half a second? I am trying to make an …

android android-animation translate-animation