Top "Android-animation" questions

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

Show and hide a View with a slide up/down animation

I have a LinearLayout that I want to show or hide with an Animation that pushes the layout upwards or …

android animation android-animation
Android adding simple animations while setvisibility(view.Gone)

I have designed a simple layout.I have finished the design without animation, but now I want to add animations …

java android android-animation
Android ImageView Animation

I've created a layout with an image view and a web view. The web view is set to have a …

android android-animation
How to apply slide animation between two activities in Android?

I want to achieve a sliding effect from left to right when I move from one activity to another. For …

android android-activity android-animation
Android Layout Animations from bottom to top and top to bottom on ImageView click

I have created a view in Android and I need to animate it from bottom to top and vice-versa. when …

android android-animation
How to animate a View with Translate Animation in Android

I have one ImageView in my application which can be situated anywhere on screen On touch I want to move …

android android-animation
Animation fade in and out

Using this code I only have a fade in, I'm looking for how to add a fade out as well. …

android android-animation
Android: show/hide a view using an animation

I've been looking through many google results / questions on here to determine how to show/hide a view via a …

android android-layout android-animation android-relativelayout
How do android screen coordinates work?

I am working with Android Animation and I have found the Android coordinate system to be quite confusing so I …

android android-animation coordinate-systems
Android translate animation - permanently move View to new position using AnimationListener

I have android translate Animation. I have an ImageView with random generated position (next1, next2). I am calling void every 3 …

android android-animation translate-animation