文件名称:GestureAnim
介绍说明--下载内容均来自于网络,请自行研究使用
图像手势浏览器
程序启动后主界面显示一张图片,用户可以通过以下手势切换图片资源:
左滑动距离超过60dp:显示下一张图片
右滑动距离超过60dp:显示上一张图片
图片切换的过程中必须包含切换动画:
左滑动切图:旧图片向左移动并渐隐,新图片从右侧出现并渐现
右滑动切图:旧图片向右移动并渐隐,新图片从左侧出现并渐现
关联知识点
制定手势并配置相应的响应事件
使用文件配置translate补间动画
使用文件配置alpha补间动画-Gesture image browser
Program starts main interface displays an image, the user can switch the following picture resources through gestures:
Left sliding distance of more than 60dp: Displays the next image
Right sliding distance of more than 60dp: Displays the previous image
Picture switching process must include switching animation:
Left slide cut plan: the old image moves to the left and fade, a new picture emerges the right and fade
Right sliding cut plan: move to the right and the old image fades, a new image appears the left and fade
Related knowledge
Develop gestures and configure the appropriate response to the event
Use profiling to translate the motion tween
Use the configuration file between alpha motion tweens
程序启动后主界面显示一张图片,用户可以通过以下手势切换图片资源:
左滑动距离超过60dp:显示下一张图片
右滑动距离超过60dp:显示上一张图片
图片切换的过程中必须包含切换动画:
左滑动切图:旧图片向左移动并渐隐,新图片从右侧出现并渐现
右滑动切图:旧图片向右移动并渐隐,新图片从左侧出现并渐现
关联知识点
制定手势并配置相应的响应事件
使用文件配置translate补间动画
使用文件配置alpha补间动画-Gesture image browser
Program starts main interface displays an image, the user can switch the following picture resources through gestures:
Left sliding distance of more than 60dp: Displays the next image
Right sliding distance of more than 60dp: Displays the previous image
Picture switching process must include switching animation:
Left slide cut plan: the old image moves to the left and fade, a new picture emerges the right and fade
Right sliding cut plan: move to the right and the old image fades, a new image appears the left and fade
Related knowledge
Develop gestures and configure the appropriate response to the event
Use profiling to translate the motion tween
Use the configuration file between alpha motion tweens
(系统自动生成,下载前可以参看下载内容)
下载文件列表
GestureAnim\.classpath
...........\.project
...........\AndroidManifest.xml
...........\bin\AndroidManifest.xml
...........\...\classes\com\oraclesdp\csg\gestureanim\BuildConfig.class
...........\...\.......\...\.........\...\...........\GestAnimActivity$ImageGestureDetector.class
...........\...\.......\...\.........\...\...........\GestAnimActivity.class
...........\...\.......\...\.........\...\...........\R$anim.class
...........\...\.......\...\.........\...\...........\R$attr.class
...........\...\.......\...\.........\...\...........\R$drawable.class
...........\...\.......\...\.........\...\...........\R$id.class
...........\...\.......\...\.........\...\...........\R$layout.class
...........\...\.......\...\.........\...\...........\R$string.class
...........\...\.......\...\.........\...\...........\R.class
...........\...\classes.dex
...........\...\dexedLibs\annotations-9353158406cdc490ab613a9eec1dd2fc.jar
...........\...\GestureAnim.apk
...........\...\Interpolator.apk
...........\...\jarlist.cache
...........\...\res\drawable-hdpi\ic_launcher.png
...........\...\...\.........ldpi\ic_launcher.png
...........\...\...\.........mdpi\four.png
...........\...\...\.............\ic_launcher.png
...........\...\...\.............\three.png
...........\...\...\.........xhdpi\ic_launcher.png
...........\...\resources.ap_
...........\gen\com\oraclesdp\csg\gestureanim\BuildConfig.java
...........\...\...\.........\...\...........\R.java
...........\proguard-project.txt
...........\project.properties
...........\res\anim\push_left_in.xml
...........\...\....\push_left_out.xml
...........\...\....\push_right_in.xml
...........\...\....\push_right_out.xml
...........\...\drawable-hdpi\ic_launcher.png
...........\...\.........ldpi\ic_launcher.png
...........\...\.........mdpi\four.png
...........\...\.............\ic_launcher.png
...........\...\.............\one.jpg
...........\...\.............\three.png
...........\...\.............\two.jpg
...........\...\.........xhdpi\ic_launcher.png
...........\...\layout\main.xml
...........\...\values\strings.xml
...........\src\com\oraclesdp\csg\gestureanim\GestAnimActivity.java
...........\bin\classes\com\oraclesdp\csg\gestureanim
...........\...\.......\...\.........\csg
...........\gen\com\oraclesdp\csg\gestureanim
...........\src\com\oraclesdp\csg\gestureanim
...........\bin\classes\com\oraclesdp
...........\gen\com\oraclesdp\csg
...........\src\com\oraclesdp\csg
...........\bin\classes\com
...........\...\res\drawable-hdpi
...........\...\...\drawable-ldpi
...........\...\...\drawable-mdpi
...........\...\...\drawable-xhdpi
...........\gen\com\oraclesdp
...........\src\com\oraclesdp
...........\bin\classes
...........\...\dexedLibs
...........\...\res
...........\gen\com
...........\res\anim
...........\...\drawable-hdpi
...........\...\drawable-ldpi
...........\...\drawable-mdpi
...........\...\drawable-xhdpi
...........\...\layout
...........\...\values
...........\src\com
...........\assets
...........\bin
...........\gen
...........\res
...........\src
GestureAnim