SlideShare a Scribd company logo
Android
RotateAnimation
http://developer.android.com/intl/zh-tw/reference/android/view/animation/RotateAnimation.html
2
RotateAnimation
new RotateAnimation res/anim/ XML
3
new RotateAnimation
4
new RotateAnimation
Animation animation = new RotateAnimation(
0.0f, 270.0f,
Animation.RELATIVE_TO_SELF, 1.0f,
Animation.RELATIVE_TO_SELF, 1.0f
);


animation.setDuration(2000);

animation.setFillAfter(true);
5
res/anim/ XML
Animation animation = AnimationUtils.loadAnimation(
this, R.anim.my_animation
);
<?xml version="1.0" encoding="utf-8"?>

<set xmlns:android="http://schemas.android.com/apk/res/android"

android:interpolator="@android:anim/linear_interpolator">

<rotate

android:fromDegrees="0"

android:toDegrees="360"

android:pivotX="50%"

android:pivotY="50%"

android:duration="2000"

android:repeatCount="-1"

android:startOffset="0"/>

</set>
my_animation.xml
6
XML Attributes
Attribute Name Related Method Description
android:detachWallpaper setDetachWallpaper(boolean) Window wallpaper
android:duration setDuration(long) ( )
android:fillAfter setFillAfter(boolean)
android:fillBefore setFillBefore(boolean) ( AnimationSet)
android:fillEnabled setFillEnabled(boolean) true: fillBefore , false: fillBefore
android:interpolator setInterpolator(Interpolator)
android:repeatCount setRepeatCount(int) (0~N, -1: )
android:repeatMode setRepeatMode(int) (RESTART, REVERSE)
android:startOffset setStartOffset(long) ( )
android:zAdjustment setZAdjustment(int) Z
http://developer.android.com/intl/zh-tw/reference/android/view/animation/RotateAnimation.html#inhattrs
7
Sample Code
https://github.com/ccc-larc/TryAndroidRotateAnimation
8

More Related Content

PDF
20151024 Taichung.py 講一些 Python Logging
PDF
20150921 Agile Taichung 持續交付
PDF
Laravel 台灣 社群現況報馬仔
PDF
凌波微步:wagon + VS Code 的輕功哲學
PDF
COSCUP 2016 Laravel 部署工作坊 - 生態圈介紹
PDF
工作坊總結
PDF
COSCUP 2016 Laravel 部署工作坊 - 部署指南
PDF
Route 機制
20151024 Taichung.py 講一些 Python Logging
20150921 Agile Taichung 持續交付
Laravel 台灣 社群現況報馬仔
凌波微步:wagon + VS Code 的輕功哲學
COSCUP 2016 Laravel 部署工作坊 - 生態圈介紹
工作坊總結
COSCUP 2016 Laravel 部署工作坊 - 部署指南
Route 機制

Viewers also liked (20)

PDF
應用程式佈署
PDF
使用者認證
PDF
成為全能 php 攻城獅
PDF
Model & Seeding整合
PDF
選一個框架當好朋友,讓您成為開心攻城獅
PDF
使用 laravel 的前與後
PDF
使用 wagon + VS Code 輕鬆打造 Windows 平台 PHP/Laravel 開發環境
PDF
HTML 語法教學
PDF
Eloquent ORM
PDF
Laravel 台灣 南進台中 社群小聚 - 社群現況報馬仔 2015/10
PDF
wagon - 免安裝可攜的 Laravel 開發環境
PDF
CSS 語法教學
PDF
專案啟動與環境設定
PDF
網站部署與第三方服務整合
PDF
應用程式部署
PDF
開發工具與環境建置
PDF
Laravel installfest 工作坊 投影片
PDF
驗證與訊息
PDF
整合 Open ID
PDF
工作坊總結
應用程式佈署
使用者認證
成為全能 php 攻城獅
Model & Seeding整合
選一個框架當好朋友,讓您成為開心攻城獅
使用 laravel 的前與後
使用 wagon + VS Code 輕鬆打造 Windows 平台 PHP/Laravel 開發環境
HTML 語法教學
Eloquent ORM
Laravel 台灣 南進台中 社群小聚 - 社群現況報馬仔 2015/10
wagon - 免安裝可攜的 Laravel 開發環境
CSS 語法教學
專案啟動與環境設定
網站部署與第三方服務整合
應用程式部署
開發工具與環境建置
Laravel installfest 工作坊 投影片
驗證與訊息
整合 Open ID
工作坊總結
Ad

Similar to Android RotateAnimation 簡介 (20)

PDF
Android animation
PDF
The world of Android Animations
DOCX
Android view animation in android-chapter18
PPTX
Make your app dance with MotionLayout
PPT
Getting the Magic on Android Tablets
PPTX
Animate Me, if you don't do it for me do it for chet (DroidCon Paris)
PPTX
Animate Me! if you don't do it for me, do it for Chet - DroidconLondon2015
PDF
Animações Fluídas no Android - DevFestPR 17
PDF
How to Create Custom Animations in Flutter – A Step-by-Step Guide.pdf
PPTX
Android Oreo
PDF
Beauty Treatment for your Android Application
PDF
Constraint-ly motion - making your app dance - John Hoford, Google
KEY
Des interfaces futuristes utilisant des APIs web
PDF
Tips & Tricks to spice up your Android app
ODP
Day seven
PPTX
Android animations
PDF
Fragments: Why, How, What For?
PPT
Getting the Magic on Android Tablets
KEY
Design Patterns for Tablets and Smartphones
PDF
What’s new in Android JetPack
Android animation
The world of Android Animations
Android view animation in android-chapter18
Make your app dance with MotionLayout
Getting the Magic on Android Tablets
Animate Me, if you don't do it for me do it for chet (DroidCon Paris)
Animate Me! if you don't do it for me, do it for Chet - DroidconLondon2015
Animações Fluídas no Android - DevFestPR 17
How to Create Custom Animations in Flutter – A Step-by-Step Guide.pdf
Android Oreo
Beauty Treatment for your Android Application
Constraint-ly motion - making your app dance - John Hoford, Google
Des interfaces futuristes utilisant des APIs web
Tips & Tricks to spice up your Android app
Day seven
Android animations
Fragments: Why, How, What For?
Getting the Magic on Android Tablets
Design Patterns for Tablets and Smartphones
What’s new in Android JetPack
Ad

Recently uploaded (6)

PPTX
ASMS Telecommunication company Profile
PDF
heheheueueyeyeyegehehehhehshMedia-Literacy.pdf
DOC
证书学历UoA毕业证,澳大利亚中汇学院毕业证国外大学毕业证
DOC
Camb毕业证学历认证,格罗斯泰斯特主教大学毕业证仿冒文凭毕业证
PDF
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
PDF
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf
ASMS Telecommunication company Profile
heheheueueyeyeyegehehehhehshMedia-Literacy.pdf
证书学历UoA毕业证,澳大利亚中汇学院毕业证国外大学毕业证
Camb毕业证学历认证,格罗斯泰斯特主教大学毕业证仿冒文凭毕业证
6-UseCfgfhgfhgfhgfhgfhfhhaseActivity.pdf
Lesson 13- HEREDITY _ pedSAWEREGFVCXZDSASEWFigree.pdf

Android RotateAnimation 簡介