Android---Adapter
wjwang79
C ,网络通信,手机终端,网络游戏
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CursorTreeAdapter抽象类
CursorTreeAdapter抽象类 一、结构 public abstract class CusrorTreeAdapter extends BaseExpandableListAdpater implements Filterable java.lang.Object android.widget.BaseExpandableListAdapter转载 2014-03-21 17:31:10 · 595 阅读 · 0 评论 -
Android上 ExpandableListActivity及CursorTreeAdapter的使用简介
ExpandableListeActivity顾名思义是ListActivity的一种,但与ListActivy不同的是,ExpandableListeActivity的展示效果是有可以呈现多级目录的ExpandableListView。下面我简单介绍一下如何使用ExpandableListeActivity。 首先,我们在想要实现的Activity继承ExpandableListe转载 2014-03-21 18:03:58 · 422 阅读 · 0 评论 -
ResourceCursorTreeAdapter
public abstract class ResourceCursorTreeAdapter extends CursorTreeAdapter java.lang.Object android.widget.BaseExpandableListAdapter android.widget.CursorTreeAdapter转载 2014-03-21 17:59:35 · 321 阅读 · 0 评论
分享