Top "Android-animation" questions

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

Anyway to programmatically animate layout weight property of linear layout

I have two views in a linear layout, I programmatically change their layout_weight property. Is there a way I …

android android-layout android-linearlayout android-animation
Reversing the morphing animation from arrow to checkmark

I am trying to achieve the morphing effect, when the user clicks myButton, the image inside the ImageView should morph …

android android-animation android-vectordrawable
Working with sprite sheet animations in Android

I have been doing a lot of research, but I cannot find a clear example on rendering a spritesheet as …

android animation android-animation sprite sprite-sheet
RippleDrawable - Show Ripple Effect programmatically

I have a view with like this <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:…

java android android-animation android-5.0-lollipop rippledrawable
Animatedly reduce button size on press and regain it's size on release

I want a to create a button that changes size (little bit smaller) when it's pressed, and after the button …

android android-animation ontouchlistener image-scaling
Translate animation from position Y to top of the screen

I have multiple views that are all selectable. When one of them gets selected I want my new view to …

android android-animation translate-animation
Android TranslateAnimation to Center

I need to apply a translation animation to an ImageView, this ImageView is positioned at certain place and i need …

java android android-animation translate-animation
How to change NumberPicker's value with animation?

I've created an application for Android, in which there is a NumberPicker. And I need to change the value of …

android animation android-animation numberpicker
Android: ShowCase View show only once and repeat animation

I am using ShowCase View library in my fragments. I show a gesture animation which should be repeated until the …

android android-fragments android-animation showcaseview
Android loading progress bar with custom image and progress indicator

Apologies if this seem trivial. I have been working on my first android app and would like advise on best …

android android-animation android-loader