Android animation-image animation (4)

Source: Internet
Author: User

Now let the image in the ImageView be moved

1. Add an image to the drawable-mdpi folder and add an xml file. The file is as follows:

[Html]
<? Xml version = "1.0" encoding = "UTF-8"?>
<Animation-list xmlns: android = "http://schemas.android.com/apk/res/android">
<Item android: drawable = "@ drawable/a" android: duration = "500" type = "codeph" text = "/codeph"/>
<Item android: drawable = "@ drawable/B" android: duration = "500" type = "codeph" text = "/codeph"/>
<Item android: drawable = "@ drawable/c" android: duration = "500" type = "codeph" text = "/codeph"/>
<Item android: drawable = "@ drawable/d" android: duration = "500" type = "codeph" text = "/codeph"/>
 
</Animation-list>

<? Xml version = "1.0" encoding = "UTF-8"?> Www.2cto.com
<Animation-list xmlns: android = "http://schemas.android.com/apk/res/android">
<Item android: drawable = "@ drawable/a" android: duration = "500" type = "codeph" text = "/codeph"/>
<Item android: drawable = "@ drawable/B" android: duration = "500" type = "codeph" text = "/codeph"/>
<Item android: drawable = "@ drawable/c" android: duration = "500" type = "codeph" text = "/codeph"/>
<Item android: drawable = "@ drawable/d" android: duration = "500" type = "codeph" text = "/codeph"/>

</Animation-list>
2. The Code is as follows:

[Java]
Iv. setBackgroundResource (R. drawable. anim );
AnimationDrawable an = (AnimationDrawable) iv. getBackground ();
An. start ();

Iv. setBackgroundResource (R. drawable. anim );
AnimationDrawable an = (AnimationDrawable) iv. getBackground ();
An. start ();
In fact, you can use a thread and Handler to implement animation. In the thread, messages are sent and the image of ImageView is changed after a certain period of time.

Share:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.