資源簡介
android圖庫應用。顯示圖片列表,點擊查看大圖。圖片列表優(yōu)化了圖片顯示效果,滑動不卡。大圖支持左右滑動,并且增加了動畫。原博客地址https://blog.csdn.net/u010356768/article/details/80965349

代碼片段和文件信息
package?com.example.xx.myapplication2;
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.*;
/**
?*?Instrumented?test?which?will?execute?on?an?Android?device.
?*
?*?@see?Testing?documentation
?*/
@RunWith(AndroidJUnit4.class)
public?class?ExampleInstrumentedTest?{
????@Test
????public?void?useAppContext()?{
????????//?Context?of?the?app?under?test.
????????Context?appContext?=?InstrumentationRegistry.getTargetContext();
????????assertEquals(“com.example.xx.myapplication2“?appContext.getPackageName());
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\
?????文件?????????147??2018-05-28?21:52??DisplayImageProject\.gitignore
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\.gradle\
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\.gradle\4.4\
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\.gradle\4.4\fileChanges\
?????文件???????????1??2018-07-11?09:28??DisplayImageProject\.gradle\4.4\fileChanges\last-build.bin
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\.gradle\4.4\fileContent\
?????文件??????????17??2018-07-11?09:28??DisplayImageProject\.gradle\4.4\fileContent\fileContent.lock
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\.gradle\4.4\fileHashes\
?????文件??????245069??2018-07-11?09:28??DisplayImageProject\.gradle\4.4\fileHashes\fileHashes.bin
?????文件??????????17??2018-07-11?09:28??DisplayImageProject\.gradle\4.4\fileHashes\fileHashes.lock
?????文件???????19585??2018-05-28?22:03??DisplayImageProject\.gradle\4.4\fileHashes\resourceHashesCache.bin
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\.gradle\4.4\javaCompile\
?????文件?????1037563??2018-07-11?09:27??DisplayImageProject\.gradle\4.4\javaCompile\classAnalysis.bin
?????文件??????325452??2018-05-28?22:03??DisplayImageProject\.gradle\4.4\javaCompile\jarAnalysis.bin
?????文件??????????17??2018-07-11?09:27??DisplayImageProject\.gradle\4.4\javaCompile\javaCompile.lock
?????文件?????1305790??2018-07-11?09:27??DisplayImageProject\.gradle\4.4\javaCompile\taskHistory.bin
?????文件???????20870??2018-07-11?09:27??DisplayImageProject\.gradle\4.4\javaCompile\taskJars.bin
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\.gradle\4.4\taskHistory\
?????文件?????2149162??2018-07-11?09:28??DisplayImageProject\.gradle\4.4\taskHistory\taskHistory.bin
?????文件??????????17??2018-07-11?09:28??DisplayImageProject\.gradle\4.4\taskHistory\taskHistory.lock
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\.gradle\buildOutputCleanup\
?????文件??????????17??2018-07-11?09:28??DisplayImageProject\.gradle\buildOutputCleanup\buildOutputCleanup.lock
?????文件??????????51??2018-05-28?21:53??DisplayImageProject\.gradle\buildOutputCleanup\cache.properties
?????文件???????20837??2018-07-11?09:28??DisplayImageProject\.gradle\buildOutputCleanup\outputFiles.bin
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\.idea\
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\.idea\caches\
?????文件?????????537??2018-07-11?08:49??DisplayImageProject\.idea\caches\build_file_checksums.ser
?????目錄???????????0??2018-07-11?09:30??DisplayImageProject\.idea\codest
?????文件????????1803??2018-07-09?09:07??DisplayImageProject\.idea\codest
?????文件?????????626??2018-07-09?09:07??DisplayImageProject\.idea\gradle.xm
............此處省略121個文件信息
評論
共有 條評論