About 377,000 results
Open links in new tab
  1. Animation in Android with Example - GeeksforGeeks

    Feb 17, 2025 · Animation in Android is generally used to give your UI a rich look and feel. The animations are basically of three types as follows: Property Animation; View Animation; Drawable Animation; 1. Property Animation. Property Animation is one of the robust frameworks which allows animation almost everything.

  2. Introduction to animations | Views | Android Developers

    Apr 16, 2025 · Animations can add visual cues that notify users about what's going on in your app. They are especially useful when the UI changes state, such as when new content loads or new actions become available. Animations also add a polished look to your app, which gives it a higher quality look and feel.

  3. Android Animations using Java - GeeksforGeeks

    Feb 23, 2021 · To perform animation in android, we have to call a static function loadAnimation() of the class AnimationUtils. We get the result in an instance of the Animation Object. Syntax to create animation object: Animation object = AnimationUtils.loadAnimation(getApplicationContext(), R.anim.ANIMATIONFILE);

  4. Animate drawable graphics | Views | Android Developers

    Apr 18, 2025 · In some situations, images need to be animated. This is useful if you want to display a custom loading animation composed of several images or if you want an icon to morph after a user's action. Android provides two options for animating drawables. The first option is to use an AnimationDrawable.

  5. Move a View with animation | Views | Android Developers

    Nov 4, 2024 · Learn how to use Animations in Compose. Objects on screen often need to be repositioned due to user interaction or processing behind the scenes. Instead of immediately updating the object's position, which causes it to blink from one area to another, use an animation to move it from the starting position to its end position.

  6. ObjectAnimator in Android with Example - GeeksforGeeks

    Jan 13, 2023 · ObjectAnimator is a Subclass of ValueAnimator, which allows us to set a target object and object property to animate. It is an easy way to change the properties of a view with a specified duration. We can provide the end position and duration of the animation.

  7. Android Animations - Online Tutorials Library

    Android Animations - Learn about Android animations, including various types of animations, implementation techniques, and best practices to enhance user experience in your Android applications.

  8. Animation Tutorial With Example In Android Studio

    Complete Animation tutorial to teach you how to use Animation in Android Studio for your App. The topics like types of animation, interpolator, attributes and more are also explained.

  9. Android Animation Example - Java Code Geeks

    Dec 30, 2013 · Android give us the opportunity to add animations in our applications in order to achieve a better sense of the interface quality. There are many animation types but in this tutorial we are going to use tween animations, a widely used type on Views.

  10. java - Android Animation Alpha - Stack Overflow

    What do I have to change to animate my image from 0.2 up to 1? I've checked with different settings - I set android:alpha="1.0", fromAlpa="1.0", toAlpha="0.2" it works like I expected - from alpha 1 to 0.2. It looks like alpha from ImageView is multiplied by alpha from animation...

  11. Some results have been removed
Refresh