资源简介
蓝牙 开发中的常见问题的解决 适用于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带百分比进度条的文件上传,使
- 美食天下项目Android版源码和Web版源码
- Android之自定义ToggleButton使用
- Android非常漂亮的登录界面
- pc与android通过usb socket实现手机通信
- android毕业设计
- 百度地图自定义Markerandroid
- Android分区工具包
- android-support-v4.jar已打包进去源代码
- u-blox_Android_GNSS_Driver_v3.10驱动源码+中
- 个人根据Android移动开发案例详解手写
- android 视频播放器 项目和原码
- Android【动画】【特效】 17种动画特效
- 基于Android智能家居详细设计(经典)
- android通过JDBC连接Mysql数据库
- Android通讯录的源代码
- android 瀑布流Demo
- 指纹传感器FPC1080在android下的驱动
- delphi xe5 android 调用照相机摄像头拍照
- Android手机连连看游戏源码
- android-sdk-windows v2.3离线完整版
- android 底部弹出菜单(带透明背景)
- Android工程模式简介.rar
- Android蓝牙和Cors网络开发源码
- Android powermanger wakelock
- Android v7的一些jar包
- 最新android supportV7包
- android图片压缩工具类分享
- 单机搭建Android(解决Network is unreach
- Android上监听收到的短信(SMS)
评论
共有 条评论