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

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

2011-08-30 15:06 627 查看


关于各种适配器中的的用法在农民伯伯的博客中有,并且翻译的很好,为了方便使用特意将这些连接集中到了一起。
ListAdapter   : http://www.cnblogs.com/over140/archive/2010/12/06/1897436.htmlBaseAdapter: href="http://www.cnblogs.com/over140/archive/2010/12/03/1895128.html" target=_blank>http://www.cnblogs.com/over140/archive/2010/12/03/1895128.htmlSpinnerAdapter:http://www.cnblogs.com/over140/archive/2010/11/26/1888359.htmlCursorAdapter:http://www.cnblogs.com/over140/archive/2011/02/24/1963447.htmlWrapperListAdapter:http://www.cnblogs.com/over140/archive/2011/04/19/2020644.htmlHeaderViewListAdapter:http://developer.android.com/reference/android/widget/HeaderViewListAdapter.htmlResourceCursorAdapter:http://www.cnblogs.com/over140/archive/2011/01/11/1932546.htmlSimpleAdapter:http://www.cnblogs.com/over140/archive/2010/11/24/1886151.htmlSimpleAdapter.ViewBinder:http://www.cnblogs.com/over140/archive/2010/12/15/1906303.htmlSimpleCursorAdapter:http://www.cnblogs.com/over140/archive/2011/03/14/1983184.htmlSimpleCursorTreeAdapter:http://www.cnblogs.com/over140/archive/2011/05/25/2056608.htmlExpandableListAdapter:http://www.cnblogs.com/over140/archive/2011/03/18/1987666.htmlBaseExpandableListAdapter:http://www.cnblogs.com/over140/archive/2011/01/18/1937921.htmlSimpleExpandableListAdapter:http://www.cnblogs.com/over140/archive/2011/01/24/1942791.htmlCursorTreeAdapter:http://www.cnblogs.com/over140/archive/2011/03/28/1997551.htmlSimpleCursorTreeAdapter:http://www.cnblogs.com/over140/archive/2011/03/23/1992127.html
                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android 2010