Top "Android-animation" questions

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

Developing an Android Homescreen

I am working on an app that has a homescreen. This homescreen should behave like the android homescreen where you …

android viewflipper android-animation
Pulsating button animation in Android

I'm working with a Voice recognition application and I want to make my play/stop button "pulse" when it's recording. …

android button android-animation android-imageview scaletransform
Disable default animation from Portrait to Landscape

I have an app with several 'normal' activities which can run on either landscape or portrait. They are designed for …

android android-layout android-animation
customAnimation when calling popBackStack on a FragmentManager

In my activity, with the touch of a button, I replace the current fragment with a new fragment using a …

android android-fragments android-animation
Android : Image button or button Highlighted with Effect when Pressed

Here when i pressed on these left and right arrow button at that time I want to see these type …

android android-layout animation android-animation android-gui
How to disable animations in code when running Espresso tests

Has anybody managed to disable animations through code when running Espresso tests? I've been trying to follow the instructions in …

android android-animation android-permissions android-espresso android-instrumentation
AnimatedVectorDrawable in Support Library and animation of "pathData"

I am using animated vectors from Support Library 23.2.0, like this: compile 'com.android.support:support-vector-drawable:23.2.0' compile 'com.android.support:…

java android android-animation android-support-library android-vectordrawable
Circular progressbar

I want to create a circular progressbar, like in this image below I don't know what the method that creates …

android android-animation android-progressbar android-assets
Different fling (swipe) velocity on different Android devices with same density

I'm writing my own image viewer that enables users to swipe left\right to see the next\previous image. I …

java android android-animation android-view android-gesture
3D Flip Animation on android.support.v4.Fragment

I am currently reading this tutorial: http://developer.android.com/training/animation/cardflip.html on flip Animations of Fragments. Unfortunately, …

android android-fragments android-animation page-flipping