Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2027806
  • 博文数量: 413
  • 博客积分: 10926
  • 博客等级: 上将
  • 技术积分: 3862
  • 用 户 组: 普通用户
  • 注册时间: 2006-01-09 18:14
文章分类

全部博文(413)

文章存档

2015年(5)

2014年(1)

2013年(5)

2012年(6)

2011年(138)

2010年(85)

2009年(42)

2008年(46)

2007年(26)

2006年(59)

分类: LINUX

2010-05-19 11:03:49

http://developer.android.com/intl/zh-CN/guide/topics/ui/index.html
  1. Layout
    http://developer.android.com/intl/zh-CN/guide/topics/ui/declaring-layout.html
    http://developer.android.com/intl/zh-CN/guide/topics/ui/layout-objects.html
    • FrameLayout
    • LinearLayout
    • TableLayout
    • RelativeLayout
  2. Menu
    http://developer.android.com/intl/zh-CN/guide/topics/ui/menus.html
    Types:
    • Options Menu
    • Context Menu
    • Sub Menu
  3. Dialog
    http://developer.android.com/intl/zh-CN/guide/topics/ui/dialogs.html
    • AlertDialog
    • ProgressDialog
    • DatePickerDialog
    • TimePickerDialog
  4. UI Event
    http://developer.android.com/intl/zh-CN/guide/topics/ui/ui-events.html
    -Event Listener:
      At first, must register event listener with View.set...Listener, such as viewObj.setOnClickListener, the event listerer contains following callback
    • Click/LongClick
    • Focus Change
    • Key
    • Touch
    • Create Context Menu
    -Event Handler:
    • onKeyDown
    • onKeyUp
    • onTrackBallEvent
    • onTouchEvent
    • onFocusChanged
  5. Notify User
    http://developer.android.com/intl/zh-CN/guide/topics/ui/notifiers/index.html
    • Toast Notification
    • Satus Bar Notificaton
    • Dialog Notification
  6. Build Custom Component
    http://developer.android.com/intl/zh-CN/guide/topics/ui/custom-components.html
    -View/ViewGroup:
    http://developer.android.com/intl/zh-CN/reference/android/widget/package-summary.html
    • Button/ToggleButton
    • TextView/AutoCompleteTextView
    • EditText
    • ListView
    • CheckBox
    • RadioButton/RadioGroup
    • Gallery
    • Spiner
    • ImageSwitcher
    • TextSwitcher
    • ProgressBar
    • ImageView/ImageButton
    • ScrollView
  7. UI Design GuideLine
    http://developer.android.com/intl/zh-CN/guide/practices/ui_guidelines/index.html
    How to design good-looking UI:
    • Icon
    • Widget
    • Activity
    • Menu
  8. ...
阅读(866) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~