资源简介
蓝牙 开发中的常见问题的解决 适用于5.0 以上的各种Android 平台,UUID的使用,蓝牙的扫描。蓝牙的打开,蓝牙通信socket的建立与监听
代码片段和文件信息
package com.androidlongs.commonbluetoothapplication;
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.androidlongs.commonbluetoothapplication“ appContext.getPackageName());
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-06-27 03:17 AndroidBluetooth-master\
文件 118 2017-06-27 03:17 AndroidBluetooth-master\.gitignore
目录 0 2017-06-27 03:17 AndroidBluetooth-master\.idea\
文件 686 2017-06-27 03:17 AndroidBluetooth-master\.idea\compiler.xm
目录 0 2017-06-27 03:17 AndroidBluetooth-master\.idea\copyright\
文件 74 2017-06-27 03:17 AndroidBluetooth-master\.idea\copyright\profiles_settings.xm
文件 159 2017-06-27 03:17 AndroidBluetooth-master\.idea\encodings.xm
文件 705 2017-06-27 03:17 AndroidBluetooth-master\.idea\gradle.xm
文件 2644 2017-06-27 03:17 AndroidBluetooth-master\.idea\misc.xm
文件 389 2017-06-27 03:17 AndroidBluetooth-master\.idea\modules.xm
文件 564 2017-06-27 03:17 AndroidBluetooth-master\.idea\runConfigurations.xm
文件 180 2017-06-27 03:17 AndroidBluetooth-master\.idea\vcs.xm
文件 23317 2017-06-27 03:17 AndroidBluetooth-master\README.md
目录 0 2017-06-27 03:17 AndroidBluetooth-master\app\
文件 7 2017-06-27 03:17 AndroidBluetooth-master\app\.gitignore
文件 1767 2017-06-27 03:17 AndroidBluetooth-master\app\CMakeLists.txt
文件 1569 2017-06-27 03:17 AndroidBluetooth-master\app\build.gradle
文件 670 2017-06-27 03:17 AndroidBluetooth-master\app\proguard-rules.pro
目录 0 2017-06-27 03:17 AndroidBluetooth-master\app\src\
目录 0 2017-06-27 03:17 AndroidBluetooth-master\app\src\androidTest\
目录 0 2017-06-27 03:17 AndroidBluetooth-master\app\src\androidTest\java\
目录 0 2017-06-27 03:17 AndroidBluetooth-master\app\src\androidTest\java\com\
目录 0 2017-06-27 03:17 AndroidBluetooth-master\app\src\androidTest\java\com\androidlongs\
目录 0 2017-06-27 03:17 AndroidBluetooth-master\app\src\androidTest\java\com\androidlongs\commonbluetoothapplication\
文件 790 2017-06-27 03:17 AndroidBluetooth-master\app\src\androidTest\java\com\androidlongs\commonbluetoothapplication\ExampleInstrumentedTest.java
目录 0 2017-06-27 03:17 AndroidBluetooth-master\app\src\main\
文件 1479 2017-06-27 03:17 AndroidBluetooth-master\app\src\main\AndroidManifest.xm
目录 0 2017-06-27 03:17 AndroidBluetooth-master\app\src\main\cpp\
文件 272 2017-06-27 03:17 AndroidBluetooth-master\app\src\main\cpp\native-lib.cpp
目录 0 2017-06-27 03:17 AndroidBluetooth-master\app\src\main\java\
目录 0 2017-06-27 03:17 AndroidBluetooth-master\app\src\main\java\com\
............此处省略60个文件信息
相关资源
- Android OTG USB 串口通信 ,不需要使用
- PickAddressAndDate
- android-support-v7-appcompat.jar
- 蓝牙调试助手113702
- Android项目---闹铃备忘录
- android 英文生词本设计
- 菜鸟窝 一个简单的购物APP android视频
- 蓝牙遥控小车Android APP
- Android多线程断点续传网络上的音/视频
- 安卓SL4A_R6.APK文件
- android通讯录项目
- Android随手记
- Qt Android 调用JAVA
- android-openGL-canvas-master.zip
- android Socket通信方法与思路
- OpenCV + JavaAndroid 设置ROI
- android mvp模式demo
- BAT大牛深度剖析Android10大开源框架视
- android小程序 标准体重计算器
- android裁剪和人脸识别
- android网易客户端项目源代码
- Android平台下的全景视频播放器配套教
- Android相册
- AndroidStudio个人爱好UI设置
- Android5.0蓝牙开发包
- android之蓝牙编程
- OpenstreetmapAndroid版开发必备库文件
- android架构师开发视频-高级视频教程
- 文件复制及进度条 android 文件复制
- android计算器源码
评论
共有 条评论