Top "Android-animation" questions

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

How to create ImageView pulse effect using nine old androids animation

I wonder how I should create a pulse effect using nine olad androids framework animation. To understand better lets say …

android android-animation android-imageview
Android: Animation in Gallery View?

When I use the Gallery widget, how do I get the images to say scale up & glow on being …

android image android-animation gallery
SwipeRefreshLayout: Swipe progress animation

I'm quite new to android and I'm exploring the sample code on google website. The code I'm on currently is …

android listview android-animation swiperefreshlayout
Button in ViewPager scroll to specific page

One of my layouts inside of my ViewPager has a button. "R.layout.add_site". I would like the option …

android android-layout android-viewpager android-animation android-button
Cannot start this animator on a detached view! reveal effect

I'm trying to create the reveal effect in my application but without success. What i want is reveal a cardview …

java android android-animation
ListView item scroll animation ("UIKit Dynamics" -like)

I am attempting to animate the ListView items when a scroll takes place. More specifically, I am trying to emulate …

android android-listview android-animation
Rotate an Imagewith Animation

What I Have I have an arrow image (like the left one). When the user clicks on it, it should …

android android-animation android-imageview image-rotation
Detecting when ValueAnimator is done

Right now I am detecting the end of my ValueAnimator by checking when the progress has reached 100... //Setup the animation …

android android-animation
How to give percentage values in ObjectAnimator in Android

I am using objectAnimator for animating a button from bottom to top in Android. Now i am using the below …

android android-animation objectanimator
Android make animated video from list of images

I want to make animated video from list of images by applying transition animation between two images. I found many …

android android-animation video-processing android-image