资源简介
基于Android studio的图灵智能聊天机器人,课程设计,或学习都可以,导入有jar包,只需要改gradle版本即可
代码片段和文件信息
package robot.com.myapplication;
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(“robot.com.myapplication“ appContext.getPackageName());
}
}
- 上一篇:物联网智能家居小程序
- 下一篇:环信即时聊天与java后台接口对接demo
相关资源
- Android游戏源码多线程简单实现打地鼠
- Android应用源码高仿QQ客户端加服务端
- 日程管理软件源码
- 安卓 问卷调查Demo 原生代码
- android课堂考勤系统
- Android 课设 万年历源码
- Android 悬浮FloatingActionButton
- Android使用Html实现登录功能——重点掌
- android studio拍照+选择图片
- Android 根据EditText搜索框 ListView动态显
- Android家庭理财管家
- Android 自定义可展开的ExpandTextView
- Android 自定义View实现环形带刻度的进
- Android 把图片保存到本地相册
- android 实现调整系统屏幕亮度
- android 跨应用程序广播发送接受
- Android 下拉刷新ExpandableListView
- Android 拍照或选择图片设置头像
- Android 获取系统联系人并发送短信de
- 基于Android系统的电子书阅读器的设计
- Android 图片浏览全屏缩放
- Android PullToRefresh ListView GridView 下拉刷
- Android中完美实现IOS版的侧滑删除效果
- 基于android的饮食识别系统
- android jni 传递对象的demo
- Android自定义ProgressDialog
- android图片选取与剪裁
- android二维码开发,zxing开发包,通讯
- 解决Android4.4 webview 图片如何自适应
- Android JNI demo
评论
共有 条评论