android应用程序的界面编程

要点

android的界面与view组件

view组件和viewgroup组件

android控制程序的三种方式

通过继承view开发自定义view

android常见的布局管理器

文本框组件:textview和edittext

按钮组件:button

特殊按钮组件:radiobutton、checkbox、togglebutton、switch

时间显示组件:analogclock、textclock

图片浏览组件:imageview、imagebutton、zoombutton、quickcontactbadge

adapterview组件和adapter

listview和gridview的功能与用法

expandablelistview组件的功能和用法

spinner和gallery的功能与用法

autocompletetextview的功能与用法

adatperviewflipper和stackview的功能与用法

progressbar进度条的功能与用法

seekbar的功能与用法

ratingbar的功能与用法

viewanimator和viewswitch的功能与用法

imageswitch、textswitch、viewflipper的功能与用法

使用toast创建简单提示

calendarview的功能与用法

datepicker、timerPicker和numberpicker的功能与用法

searchview的功能与用法

tabhost的功能与用法

scrollciew的功能与用法

使用notification发送全局通知

使用alerdialog创建对话框

使用alerdialog创建各种复杂的对话框

具有对话框风格的窗口

使用popuwindow创建对话框

开发选项菜单和子菜单

为菜单项提供响应

使用actionbar显示选项菜单

为actionbar添加actionview

actionbar结合fragment实现tab导航

actionbar结合fragment实现下拉式导航


猜你喜欢

转载自blog.csdn.net/ou775968876/article/details/80425209
今日推荐