资源简介
Android手电筒(Android studio版本)FlashLight,请直接导入源码查看即可
代码片段和文件信息
package projects.flashlight;
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(“projects.flashlight“ appContext.getPackageName());
}
}
相关资源
- Android通过JS在线用webview加载PDF文件(
- 《Kotlin for Android Developers》 英文原版
- 解决react-native 的 webview 组件不支持
- Google Android应用案例开发大全随书光盘
- android系统签名文件
- DemoFragment
- 基于Android的二维码识别系统的实现
- android 百度地图开发 在地图上用已知
- baiduMapTest android 百度地图轨迹
- android网络蓝牙调试助手
- Android自定义照相机 CustomCamera
- Android GPS+指南针源码
- android 拼图游戏可从手机选择一张图片
- 七牛直播demo项目Android版本
- 完整android app 源码,含新闻、论坛、
- 完美版的Android 拼图游戏APK和工程源码
- 记录温度变化曲线的android程序,单片
- Android源码-使用百度APIStore实现天气预
- Android 基于百度API Store的天气预报
- RichEditor for Android强大的富文本编辑器
- android仿美柚大姨妈控件仿美柚月经显
- Android应用开发入门教程(带书签高清
- android公章
- Android7.0相机相册闪退处理,向下兼容
- Android定位并记录轨迹项目源码
- android摇一摇随机变图片
- android 校园二手交易客户端
- Android单点触控技术,对图片进行平移
- Android可拖拽的GridViewitem交换动画效果
- Android 向右滑动切换Activity 随着手势的
评论
共有 条评论