資源簡介
一個高仿安卓版今日頭條評論對話框實現,對于很多有這方面需求的讀者來說受益匪淺

代碼片段和文件信息
package?cn.itarea.sample;
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()?throws?Exception?{
????????//?Context?of?the?app?under?test.
????????Context?appContext?=?InstrumentationRegistry.getTargetContext();
????????assertEquals(“cn.itarea.sample“?appContext.getPackageName());
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-07-27?14:43??CommentDialog\
?????文件?????????867??2018-07-27?14:38??CommentDialog\CommentDialog.iml
?????目錄???????????0??2018-07-27?14:44??CommentDialog\app\
?????文件???????11787??2018-07-27?14:44??CommentDialog\app\app.iml
?????文件?????????751??2018-07-27?14:35??CommentDialog\app\proguard-rules.pro
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\libs\
?????文件???????????7??2018-07-27?14:35??CommentDialog\app\.gitignore
?????文件?????????921??2018-07-27?14:35??CommentDialog\app\build.gradle
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\androidTest\
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\androidTest\java\
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\androidTest\java\cn\
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\androidTest\java\cn\itarea\
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\androidTest\java\cn\itarea\sample\
?????文件?????????733??2018-07-27?14:35??CommentDialog\app\src\androidTest\java\cn\itarea\sample\ExampleInstrumentedTest.java
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\test\
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\test\java\
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\test\java\cn\
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\test\java\cn\itarea\
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\test\java\cn\itarea\sample\
?????文件?????????394??2018-07-27?14:35??CommentDialog\app\src\test\java\cn\itarea\sample\ExampleUnitTest.java
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\main\
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\main\res\
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\main\res\mipmap-mdpi\
?????文件????????2096??2018-07-27?14:35??CommentDialog\app\src\main\res\mipmap-mdpi\ic_launcher.png
?????文件????????2858??2018-07-27?14:35??CommentDialog\app\src\main\res\mipmap-mdpi\ic_launcher_round.png
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\main\res\drawable-v24\
?????文件????????1880??2018-07-27?14:35??CommentDialog\app\src\main\res\drawable-v24\ic_launcher_foreground.xm
?????目錄???????????0??2018-07-27?14:35??CommentDialog\app\src\main\res\mipmap-hdpi\
?????文件????????3056??2018-07-27?14:35??CommentDialog\app\src\main\res\mipmap-hdpi\ic_launcher.png
?????文件????????5024??2018-07-27?14:35??CommentDialog\app\src\main\res\mipmap-hdpi\ic_launcher_round.png
............此處省略111個文件信息
評論
共有 條評論