资源简介
一个高仿安卓版今日头条评论对话框实现,对于很多有这方面需求的读者来说受益匪浅
代码片段和文件信息
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个文件信息
评论
共有 条评论