About 200,000 results
Open links in new tab
  1. animation - Animating bitmap image in android - Stack Overflow

    Jul 21, 2014 · no, you can not animate the bitmap itself with the android animation framwork. You can directly animate View s or ViewGroup s and all the classes that derives from View and ViewGroup.

  2. Android Program to Animate a Bitmap - Sanfoundry

    This Android Program lets you create an Application to Animate a Bitmap. Here is source code of the Program to create an Application to Animate a Bitmap using Java. The program is successfully compiled and run on a Windows system using Eclipse Ide. The program output is also shown below.

  3. Introduction to animations | Views | Android Developers

    6 days ago · To animate a bitmap graphic such as an icon or illustration, use the drawable animation APIs. Usually, these animations are defined statically with a drawable resource, but you can also define the animation behavior at runtime.

  4. Animation in Android with Example - GeeksforGeeks

    Feb 17, 2025 · With the help of an animation, you can add motion or can change the shape of a specific view. 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

  5. Android : animate an ImageView with multiple bitmaps · GitHub

    Instantly share code, notes, and snippets.

  6. Animate drawable graphics | Views | Android Developers

    Apr 18, 2025 · This tool helps you preview <animation-list>, <animated-vector>, and <animated-selector> resources in Android Studio and makes it easier to refine your custom animations.

  7. 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);

  8. android - How to animate a bitmap - Stack Overflow

    Jan 9, 2015 · You can do one of two: 1) Make your own view containing Bitmap (no need for ImageView) and paint it yourself posting time delayed invalidate. 2) override AnimationDrawable and do custom drawing in its onDraw method.

  9. Android: How to create fluent animations by using bitmaps and ...

    The Android animation class applies to objects such as views and layouts. The canvas is just a surface for drawing which is either part of a View or linked to a bitmap.

  10. java - How can I animate a bitmap's opacity using Canvas in Android ...

    What you have to do is to animate the opacity values over time. You need to use a handler to update the alpha values and then draw the bitmap in your onDraw function. Have a look at this tutorial to get a better idea about updating the UI through handlers: http://developer.android.com/resources/articles/timed-ui-updates.html

  11. Some results have been removed
Refresh