资源简介
Item可以展开的ListView,很详细。
详情参看http://blog.csdn.net/qq_20521573/article/details/52665196

代码片段和文件信息
package com.example.edianzu.expandablelistviewdemo;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumentation test which will execute on an Android device.
*
* @see Testing documentation
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
@Test
public void useAppContext() throws Exception {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();
assertEquals(“com.example.edianzu.expandablelistviewdemo“ appContext.getPackageName());
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-09-26 00:13 ExpandableListViewDemo\
文件 127 2016-09-24 17:07 ExpandableListViewDemo\.gitignore
目录 0 2016-09-24 17:07 ExpandableListViewDemo\.gradle\
目录 0 2016-09-24 21:36 ExpandableListViewDemo\.gradle\2.14.1\
目录 0 2016-09-24 17:07 ExpandableListViewDemo\.gradle\2.14.1\taskArtifacts\
文件 31 2016-09-24 17:07 ExpandableListViewDemo\.gradle\2.14.1\taskArtifacts\cache.properties
文件 17 2016-09-25 23:39 ExpandableListViewDemo\.gradle\2.14.1\taskArtifacts\cache.properties.lock
文件 143348 2016-09-25 23:39 ExpandableListViewDemo\.gradle\2.14.1\taskArtifacts\fileHashes.bin
文件 5978298 2016-09-25 23:39 ExpandableListViewDemo\.gradle\2.14.1\taskArtifacts\fileSnapshots.bin
文件 27950 2016-09-25 23:39 ExpandableListViewDemo\.gradle\2.14.1\taskArtifacts\fileSnapshotsToTreeSnapshotsIndex.bin
文件 128303 2016-09-25 23:39 ExpandableListViewDemo\.gradle\2.14.1\taskArtifacts\taskArtifacts.bin
目录 0 2016-09-24 21:36 ExpandableListViewDemo\.gradle\2.14.1\tasks\
目录 0 2016-09-24 21:36 ExpandableListViewDemo\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\
目录 0 2016-09-24 21:36 ExpandableListViewDemo\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localClassSetAnalysis\
文件 76155 2016-09-25 23:34 ExpandableListViewDemo\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localClassSetAnalysis\localClassSetAnalysis.bin
文件 17 2016-09-25 23:34 ExpandableListViewDemo\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localClassSetAnalysis\localClassSetAnalysis.lock
目录 0 2016-09-24 21:36 ExpandableListViewDemo\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localJarClasspathSnapshot\
文件 21027 2016-09-25 23:34 ExpandableListViewDemo\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localJarClasspathSnapshot\localJarClasspathSnapshot.bin
文件 17 2016-09-25 23:34 ExpandableListViewDemo\.gradle\2.14.1\tasks\_app_compileDebugJavaWithJavac\localJarClasspathSnapshot\localJarClasspathSnapshot.lock
目录 0 2016-09-26 00:13 ExpandableListViewDemo\.idea\
文件 686 2016-09-24 17:07 ExpandableListViewDemo\.idea\compiler.xm
目录 0 2016-09-24 17:07 ExpandableListViewDemo\.idea\copyright\
文件 76 2016-09-24 17:07 ExpandableListViewDemo\.idea\copyright\profiles_settings.xm
文件 159 2016-09-24 17:07 ExpandableListViewDemo\.idea\encodings.xm
文件 722 2016-09-24 17:07 ExpandableListViewDemo\.idea\gradle.xm
目录 0 2016-09-25 10:30 ExpandableListViewDemo\.idea\libraries\
文件 668 2016-09-24 17:08 ExpandableListViewDemo\.idea\libraries\animated_vector_drawable_24_2_1.xm
文件 784 2016-09-25 09:57 ExpandableListViewDemo\.idea\libraries\appcompat_v7_24_2_1.xm
文件 650 2016-09-24 17:08 ExpandableListViewDemo\.idea\libraries\espresso_core_2_2_2.xm
文件 705 2016-09-24 17:08 ExpandableListViewDemo\.idea\libraries\espresso_idling_resource_2_2_2.xm
文件 723 2016-09-24 17:08 ExpandableListViewDemo\.idea\libraries\exposed_instrumentation_api_publish_0_5.xm
............此处省略99个文件信息
相关资源
- 向SysListView32里的某一行发送双击消息
- ListView应用
- 短信拦截附带实现listview下拉刷新
- 安卓通讯录简易实现
- listview与viewpager组合2
- ListView扩展,Expandlistview嵌套GridView
- listview下拉刷新
- ExpandListView
- 《 带checkbox的ListView实现二——自定义
- 仿QQ好友列表分组悬浮PinnedHeaderExpan
- listviewdemo
- 类似淘宝订单列表多于两条的时候收
- eclipse和studio双版本:SwipeMenuListView-
- ExpandableListView仿QQ好友列表
- ListView +RatingBar +TextView +adapter
- 仿美团弹出分类选择框左右两个list
- 简易便签listview实现数据库链接
- expandableListview侧滑删除demo
- listView_choose
- ListView选中item颜色改变
- CardView+ListView
- listview的滑动删除编辑和长按切换位置
-
listview+ba
seAdapter + AsyncTask异步请求网 - listView异步加载多线程和AsyncTask)以及
- ListView基于AsyncTask实现图片加载附测试
- 模拟微信listview左滑出现删除按钮
- Delphi XE10.2之控件ListView强大功能
- listview列表视频播放,支持全屏,上滑
- 再也不用担心下拉刷新,上拉加载啦
- 横向ListView的完整实现 包含基于横向
评论
共有 条评论