✎
编程开发网
首页
C语言
C++
面试
Linux
函数
Windows
数据库
下载
搜索
当前位置:
首页
->
基础
->
linux编程基础
Android ExpandbleView源码学习:ExpandableListView使用
2014-11-24 11:17:52
·
作者:
·
浏览:
1
标签:
Android
ExpandbleView
源码
学习
:ExpandableListView
使用
首先需要在layout下的某个xml文件中申明ExpandableView节点
adapter是一个继承BaseExpandableListAdapter的类。需要实现如下方法