android控件开发之ExpandableListActivity
本博文主要讲述的是android控件开发中的ExpandableListActivity(可扩展List)控件的简单用法。
java代码:
package com.example.expandablelistactivity;
import java.util.ArrayList;
import...
分类:
移动开发 时间:
2014-12-11 10:27:10
阅读次数:
166
之前写的ExpandedListView版本由于版本升级这里提供Cocos2d-x 3.3Bate0 版本
代码下载:http://download.csdn.net/detail/qqmcy/8033343
下面介绍下如何使用。
先介绍下
DJDataObject存放数据模型的类
DayReportListAdapter 自定义的adapter或是iOS中的...
分类:
其他好文 时间:
2014-10-13 18:49:47
阅读次数:
374
在左Android开始有SDK提供ExpandListView的可扩展列表,而在iOS下有许多第三方做好的Demo,这里我是参照iOS下RATreeView这个第三方库实现的。
原文地址:http://blog.csdn.net/qqmcy/article/details/29559241
下面说下使用方法:
DJDataObject.h 数据模型类
//
// DJDa...
分类:
移动开发 时间:
2014-06-10 14:07:59
阅读次数:
435