您的位置:首页 > 移动开发 > Android开发

android 适配器Adpter的使用总结 之 各种适配器中的方法

2011-06-21 00:11 1001 查看
关于各种适配器中的的用法在农民伯伯的博客中有,并且翻译的很好,为了方便使用特意将这些连接集中到了一起。

ListAdapter : /article/4602629.html

BaseAdapter:/article/4602627.html

SpinnerAdapter:/article/4602622.html

CursorAdapter:/article/4602682.html

WrapperListAdapter:/article/4602707.html

HeaderViewListAdapter:http://developer.android.com/reference/android/widget/HeaderViewListAdapter.html

ResourceCursorAdapter:/article/4602661.html

SimpleAdapter:/article/4602617.html

SimpleAdapter.ViewBinder:/article/4602637.html

SimpleCursorAdapter:/article/4602690.html

SimpleCursorTreeAdapter:/article/4602717.html

ExpandableListAdapter:/article/4602693.html

BaseExpandableListAdapter:/article/4602668.html

SimpleExpandableListAdapter:/article/4602670.html

CursorTreeAdapter:/article/4602697.html

SimpleCursorTreeAdapter:/article/4602696.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: