Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Communication-Mobile android
Title: android_animation Download
 Description: In the Andriod the development, Animation effect is used to control production. Most controls can use this class, this class contains four kinds of basic movements, move, rotate, fade in fade out, zoom. The use of Animation in java file using java code to set it up, this advantage is that you can easily debug the program effect Another way is to control the properties in xml settings, the benefits of code reuse is relatively high, the disadvantage is not convenient debugging. In this section a brief introduction of these two kinds of methods use process. Reference mars teacher tutorial. Animation. In java code in java code using the Animation is divided into the following four steps. Create a AnimationSet class AnimationSet class Animation collection, which can be many Animation property set in AnimationSet, apply to the inside of all of Animation. Dynamic effects we need to create an Animation class, 4 class, for AlphaAnimation ScaleAnimation the, RotateAnimation TranslateAnimation,
 Downloaders recently: [More information of uploader wuwei]
 To Search:
File list (Check if you may need any files):
Andriod开发历程_8(Animation的2种属性设置方法).docx
anim_1
......\.classpath
......\.project
......\.settings
......\.........\org.eclipse.jdt.core.prefs
......\AndroidManifest.xml
......\assets
......\bin
......\...\AndroidManifest.xml
......\...\anim_1.apk
......\...\classes
......\...\.......\com
......\...\.......\...\example
......\...\.......\...\.......\anim_1
......\...\.......\...\.......\......\BuildConfig.class
......\...\.......\...\.......\......\MainActivity$AlphaButtonListener.class
......\...\.......\...\.......\......\MainActivity$RotateButtonListener.class
......\...\.......\...\.......\......\MainActivity$ScaleButtonListener.class
......\...\.......\...\.......\......\MainActivity$TranslateButtonListener.class
......\...\.......\...\.......\......\MainActivity.class
......\...\.......\...\.......\......\R$attr.class
......\...\.......\...\.......\......\R$drawable.class
......\...\.......\...\.......\......\R$id.class
......\...\.......\...\.......\......\R$layout.class
......\...\.......\...\.......\......\R$menu.class
......\...\.......\...\.......\......\R$string.class
......\...\.......\...\.......\......\R$style.class
......\...\.......\...\.......\......\R.class
......\...\classes.dex
......\...\jarlist.cache
......\...\res
......\...\...\drawable-hdpi
......\...\...\.............\ic_action_search.png
......\...\...\.............\ic_launcher.png
......\...\...\drawable-ldpi
......\...\...\.............\ic_launcher.png
......\...\...\drawable-mdpi
......\...\...\.............\ic_action_search.png
......\...\...\.............\ic_launcher.png
......\...\...\drawable-xhdpi
......\...\...\..............\ic_action_search.png
......\...\...\..............\ic_launcher.png
......\...\resources.ap_
......\gen
......\...\com
......\...\...\example
......\...\...\.......\anim_1
......\...\...\.......\......\BuildConfig.java
......\...\...\.......\......\R.java
......\ic_launcher-web.png
......\libs
......\....\android-support-v4.jar
......\proguard-project.txt
......\project.properties
......\res
......\...\drawable-hdpi
......\...\.............\girl.jpg
......\...\.............\ic_action_search.png
......\...\.............\ic_launcher.png
......\...\drawable-ldpi
......\...\.............\ic_launcher.png
......\...\drawable-mdpi
......\...\.............\ic_action_search.png
......\...\.............\ic_launcher.png
......\...\drawable-xhdpi
......\...\..............\ic_action_search.png
......\...\..............\ic_launcher.png
......\...\layout
......\...\......\activity_main.xml
......\...\menu
......\...\....\activity_main.xml
......\...\values
......\...\......\strings.xml
......\...\......\styles.xml
......\...\values-v11
......\...\..........\styles.xml
......\...\values-v14
......\...\..........\styles.xml
......\src
......\...\com
......\...\...\example
......\...\...\.......\anim_1
......\...\...\.......\......\MainActivity.java
anim_2
......\.classpath
......\.project
......\.settings
......\.........\org.eclipse.jdt.core.prefs
......\AndroidManifest.xml
......\assets
......\bin
......\...\AndroidManifest.xml
......\...\anim_2.apk
......\...\classes
......\...\.......\com
......\...\.......\...\example
......\...\.......\...\.......\anim_2
......\...\.......\...\.......\......\BuildConfig.class
......\...\.......\...\.......\......\MainActivity$AlphaButtonListener.class
    

CodeBus www.codebus.net