资源简介
郭霖《第一行代码 第2版》源码
代码片段和文件信息
package com.example.helloworld;
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.helloworld“ appContext.getPackageName());
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-01-15 05:37 booksource-master\
文件 270 2018-01-15 05:37 booksource-master\README.md
目录 0 2018-01-15 05:37 booksource-master\chapter1\
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\
文件 97 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\.gitignore
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\
文件 7 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\.gitignore
文件 622 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\build.gradle
文件 679 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\proguard-rules.pro
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\androidTest\
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\androidTest\java\
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\androidTest\java\com\
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\androidTest\java\com\example\
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\androidTest\java\com\example\helloworld\
文件 748 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\androidTest\java\com\example\helloworld\ExampleInstrumentedTest.java
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\
文件 667 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\AndroidManifest.xm
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\java\
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\java\com\
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\java\com\example\
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\java\com\example\helloworld\
文件 473 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\java\com\example\helloworld\HelloWorldActivity.java
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\res\
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\res\layout\
文件 749 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\res\layout\hello_world_layout.xm
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\res\mipmap-hdpi\
文件 3418 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\res\mipmap-hdpi\ic_launcher.png
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\res\mipmap-mdpi\
文件 2206 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\res\mipmap-mdpi\ic_launcher.png
目录 0 2018-01-15 05:37 booksource-master\chapter1\HelloWorld\app\src\main\res\mipmap-xhdpi\
............此处省略2103个文件信息
相关资源
- Android 别踩白块
- 图书商城设计资料和源码-基于JavaWe
- Android商城App购物车规格联动选择Dem
- Android Studio 课程表功能
- Android各种样式通知栏
- Android 升级版本功能
- Android实现一款优雅简洁的日记App
- android studio项目 仿今日头条 Material
- Android 新闻客户端+服务器
- 百度地图集成+android8.0权限处理
- build-tools24.0.2
- android搜索功能
- 外勤易签到v1.0 包含php+andriod+ios完整
- GDAL 2.2.3 Android库
- Android Studio使用ViewPager+Fragment实现仿微
- javaweb教材源码
- mac android app 签名工具
- 基于Android的消息推送系统
- 备忘录带闹钟
- 视频在线播放java源码
- 三单元项目OA系统java源码含数据库s
- 使用TensorFlow Lite在Android手机上实现图
- android 简易进销存
- android、ios会说话汤姆猫图片素材包
- 《Android物联网开发从入门到实战》
- 安卓选课系统毕业设计
- Android日程管理APP毕业设计
- Android 用Shell命令设置静态ip
- 基于Android的TCP服务端/客户端调试De
- Android物联网源码
评论
共有 条评论