Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Communication-Mobile android
Title: android_LayoutAnimationController Download
 Description: If we need more controls in one interface in accordance with the same animation, but each control to complete the moment of the animation, you can use this section stresses the LayoutAnimationController convenient. Reference to Mars teacher tutorials, http://www.mars-droid.com/ First, we look at how to complete the java code, the following steps: Create a new xml file in anim, the file set the dynamic effect of the control, so the root tag for the set. Java code create a new Animation object, using AnimationUtils.loadAnimation () methods, this method has one input parameter and the anim under the xml file id. New one LayoutAnimationController object on the input parameters for the step by the new Animation object. Set Changing LayoutAnimationController object properties, such as control the appearance of order (the order of the main random, from start to finish, three kinds of reverse), the controls appear interval. Load the LayoutAnimationController objects in the layout file.
 Downloaders recently: [More information of uploader wuwei]
 To Search:
File list (Check if you may need any files):
Android开发历程_10(LayoutAnimationController的初步使用).docx
anim_4\.classpath
......\.project
......\.settings\org.eclipse.jdt.core.prefs
......\AndroidManifest.xml
......\bin\AndroidManifest.xml
......\...\anim_4.apk
......\...\classes\com\example\anim_4\BuildConfig.class
......\...\.......\...\.......\......\MainActivity.class
......\...\.......\...\.......\......\R$anim.class
......\...\.......\...\.......\......\R$animator.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
......\...\...\.........ldpi\icon1.png
......\...\...\.............\icon2.png
......\...\...\.............\icon3.png
......\...\...\.............\icon4.png
......\...\...\.............\icon5.png
......\...\...\.............\icon6.png
......\...\...\.............\icon7.png
......\...\...\.............\ic_launcher.png
......\...\...\.........mdpi\ic_action_search.png
......\...\...\.............\ic_launcher.png
......\...\...\.........xhdpi\ic_action_search.png
......\...\...\..............\ic_launcher.png
......\...\resources.ap_
......\gen\com\example\anim_4\BuildConfig.java
......\...\...\.......\......\R.java
......\ic_launcher-web.png
......\libs\android-support-v4.jar
......\proguard-project.txt
......\project.properties
......\res\anim\list_anim.xml
......\...\....ator\list_anim_layout.xml
......\...\drawable-hdpi\ic_action_search.png
......\...\.............\ic_launcher.png
......\...\.........ldpi\icon1.png
......\...\.............\icon2.png
......\...\.............\icon3.png
......\...\.............\icon4.png
......\...\.............\icon5.png
......\...\.............\icon6.png
......\...\.............\icon7.png
......\...\.............\ic_launcher.png
......\...\.........mdpi\ic_action_search.png
......\...\.............\ic_launcher.png
......\...\.........xhdpi\ic_action_search.png
......\...\..............\ic_launcher.png
......\...\layout\activity_main.xml
......\...\......\grid_item.xml
......\...\menu\activity_main.xml
......\...\values\strings.xml
......\...\......\styles.xml
......\...\......-v11\styles.xml
......\...\.........4\styles.xml
......\src\com\example\anim_4\MainActivity.java
......\bin\classes\com\example\anim_4
......\...\.......\...\example
......\gen\com\example\anim_4
......\src\com\example\anim_4
......\bin\classes\com
......\...\res\drawable-hdpi
......\...\...\drawable-ldpi
......\...\...\drawable-mdpi
......\...\...\drawable-xhdpi
......\gen\com\example
......\src\com\example
......\bin\classes
......\...\res
......\gen\com
......\res\anim
......\...\animator
......\...\drawable-hdpi
......\...\drawable-ldpi
......\...\drawable-mdpi
......\...\drawable-xhdpi
......\...\layout
......\...\menu
......\...\values
......\...\values-v11
......\...\values-v14
......\src\com
......\.settings
......\assets
......\bin
......\gen
......\libs
......\res
......\src
anim_4
    

CodeBus www.codebus.net