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 …

  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 …

  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 …

  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 …

  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 …

  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 …

  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 …

  11. Some results have been removed
Refresh