Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Introduction to Android Animations
Jérémie Laval
February 24, 2013
Technology
0
24
Introduction to Android Animations
Jérémie Laval
February 24, 2013
Tweet
Share
More Decks by Jérémie Laval
See All by Jérémie Laval
Abusing Async/Await (for fun and profit)
garuma
0
220
Beautiful Android Apps
garuma
0
26
What's new in Android M
garuma
0
8
Developing for Android Wear, welcome to the wrist world
garuma
0
9
Mastering Time And Space
garuma
1
120
Material Design: From Concept to Implementation
garuma
0
100
Tips & Tricks to spice up your Android app
garuma
0
24
Monomobile
garuma
0
35
Manos: web apps for the lazy hacker
garuma
0
13
Other Decks in Technology
See All in Technology
モデリング、コンテキスト トランジション +1 / Data modeling
ishiayaya
0
110
1年間のポストモーテム運用とそこから生まれたツール sre-advisor / SRE NEXT 2022
fujiwara3
6
2.9k
Babylon.js で簡単 WebXR
yuhara0928
2
960
⚡Lightdashを試してみた
k_data_analyst
0
150
目と耳を持った自然言語処理 - スタートアップにおける価値創出のために
yag_ays
PRO
0
520
AWS CloudShellという推しサービスについて / lt-20220502-jawsug-cli
becominn
0
640
LINEのData Platform室が実践する大規模分散環境のCapacity Planning
line_developers
PRO
0
250
Babylon.js v5 新機能の紹介
limes2018
1
1k
Power BIのモバイルと都 +1 / Tokyo
ishiayaya
0
140
A Conditional Point Diffusion-Refinement Paradigm for 3D Point Cloud Completion
takmin
0
190
プロダクション環境の信頼性を損ねず観測する技術
egmc
4
320
AWSの基礎を学ぼうで学んだ9種類のDBを勝手にふりかえる
98lerr
2
720
Featured
See All Featured
Making Projects Easy
brettharned
98
4.3k
Embracing the Ebb and Flow
colly
73
3.3k
GitHub's CSS Performance
jonrohan
1020
410k
Faster Mobile Websites
deanohume
294
28k
StorybookのUI Testing Handbookを読んだ
zakiyama
4
2k
Infographics Made Easy
chrislema
233
17k
Rails Girls Zürich Keynote
gr2m
86
12k
Imperfection Machines: The Place of Print at Facebook
scottboms
253
11k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
237
19k
Optimizing for Happiness
mojombo
365
63k
4 Signs Your Business is Dying
shpigford
169
20k
The Most Common Mistakes in Cover Letters
jrick
PRO
4
24k
Transcript
Xamarin Seminar 14th February 2013 Introduction to Android Animations
Agenda Jérémie Laval Xamarin Xamarin Engineer jeremie.laval@xamarin.com @jeremie_laval http://blog.neteril.org Introduction
to Android Animations
Foreword Xamarin “The best UI animations are the ones your
users don't notice because they feel natural”
Android Animation APIs Xamarin 1. View Animations 2. Property Animations
3. Layout animations
View Animations Xamarin - Pre-Android 3.0 - Only on View
- Limited range of effect - Simple and straightforward
Property Animations Xamarin - New in Android 3.1 - Generalized
framework for animations - Custom property support - Complete instrumentation API
Layout animations Xamarin - Easy to use ( just add
android:animateLayoutChanges="true" ) - Fade in/Fade out + Slide in/Slide out effects - Nice for transition between element states
In Conclusion Xamarin
Resources Xamarin - Sticky GUIs: http://parleys.com/#st=5&id=2897 - Android Developers DevBytes
http://www.youtube.com/playlist?list=PLWz5rJ2EKKc_XOgcRukSoKKjewFJZrKV0 - Android API Guide: http://developer.android.com/guide/topics/graphics/index.html - Our Xamarin docs: http://docs.xamarin.com/android/Recipes/Other_UX/Animation - Android tricks series on Xamarin blog: http://blog.xamarin.com
Xamarin Seminar 14th February 2013 Please give us your feedback
Follow us on Twitter http://bit.ly/xamfeedback @XamarinHQ