Top "Android-animation" questions

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

TranslateAnimation on ImageView (Android)

So I have an ImageView in my layout and I wanted to slide it to the right or left when …

android position imageview android-animation translate-animation
Start multiple ViewPropertyAnimators at the same time

With the Animator class you can simply call something like the following to play multiple animations simultaneously: AnimatorSet animatorSet = new …

android animation android-animation
Making a ViewFlipper like the Home Screen using MotionEvent.ACTION_MOVE

Ok I have a ViewFlipper with three LinearLayouts nested inside it. It defaults to showing the first one. This code: // …

android android-animation viewflipper
Programmatically hide / show android support design TabLayout inside AppBarLayout

I want to programmatically hide / show the TabLayout in my AppBarLayout. Simply setting visibility to VISIBLE and GONE is not …

android android-animation android-tablayout android-support-design android-appbarlayout
How can I repeat a property animation?

I'm doing an animation of bubbles on the screen, but the bubbles stop after finishing the animation time. How do …

android animation android-animation viewpropertyanimator
How to animate ImageView from center-crop to fill the screen and vice versa (facebook style)?

Background Facebook app has a nice transition animation between a small image on a post, and an enlarged mode of …

android android-imageview android-animation crop
Custom swipe animation (Tilt, Card Deck, 3D, etc.)

How can I implement a custom swipe animation instead of the standard horizontal movement? I'm thinking about a mixture of …

android android-layout android-animation android-viewpager android-gesture
Animate drawing of circle/ arc on canvas

Update: 20/11/13: This is still unresolved. I am trying to animate the creation of a circle in a custom view. I …

android android-animation android-canvas android-view android-handler
How to provide custom animation during sorting (notifyDataSetChanged) on RecyclerView

Currently, by using the default animator android.support.v7.widget.DefaultItemAnimator, here's the outcome I'm having during sorting DefaultItemAnimator animation …

android android-animation android-recyclerview notifydatasetchanged