How to Marry Interaction and Visual Design the Android way


My goal today
Help you use the Android framework to enable richer user
experiences when building your application.

Introduction
What we're going to explore together today...
1.Framework Structure & Flow
—Five things that make use unique
a.Multi-tasking supported by backgroud processing.
b.Ongoing and event-driven notifications.
c.Real-time data views through widgets and live folders.
d.Any application can pick and choose which intents they want to take.
e.Use the hooks,re-use of components from intents is easy.

2.Framework Basics
—Hardware & Software
—Portrait & Landscape
—Focus & Menus
3.Onscreen Behavior
—Bringing screens to life with what we offer
—Expected interactions & unexpected delight
4.Expression
—The 20% test
—Tips and Tricks
5.What our plans are for the future

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android(安卓)opencore
  2. [置顶] Android中的Activity生命周期
  3. Android实现网易新闻客户端首页效果
  4. Android四种Activity的加载模式
  5. Android中使用响应式编程RxJava
  6. Android反编译工具Apktool使用
  7. Android四种Activity的加载模式
  8. 修改frameworks源码去掉android的下拉通
  9. Android消息处理机制实现同步效果
  10. Android(安卓)Service和IntentService的