資源簡介
Item可以展開的ListView,很詳細(xì)。
詳情參看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個文件信息
評論
共有 條評論