资源简介
蓝牙接收数据并绘制波形是一个android蓝牙接收单片机数据并绘制波形的例子。测试可以正常连接另外一个手机,例子里面只实现了蓝牙数据接收,蓝牙数据的发送没有实现。接收到数据以后会绘制不同的图,源码有很详细的注释,需要的朋友可以下载看一下,默认编译版本4.4.2编码GBK。
代码片段和文件信息
/** Automatically generated file. DO NOT MODIFY */
package com.example.bluetoothactivity;
public final class BuildConfig {
public final static boolean DEBUG = true;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2014-08-04 18:02 BluetoothActivity\
文件 475 2014-04-24 13:44 BluetoothActivity\.classpath
文件 853 2014-04-12 21:22 BluetoothActivity\.project
目录 0 2014-04-14 01:09 BluetoothActivity\.settings\
文件 177 2014-04-12 21:22 BluetoothActivity\.settings\org.eclipse.jdt.core.prefs
文件 1043 2014-04-12 22:02 BluetoothActivity\AndroidManifest.xm
目录 0 2014-04-12 21:22 BluetoothActivity\assets\
目录 0 2014-04-24 13:45 BluetoothActivity\bin\
文件 1043 2014-04-24 14:00 BluetoothActivity\bin\AndroidManifest.xm
文件 267399 2014-04-24 13:45 BluetoothActivity\bin\BluetoothActivity.apk
目录 0 2014-04-24 14:00 BluetoothActivity\bin\classes\
目录 0 2014-04-24 14:00 BluetoothActivity\bin\classes\com\
目录 0 2014-04-24 14:00 BluetoothActivity\bin\classes\com\example\
目录 0 2014-04-24 14:00 BluetoothActivity\bin\classes\com\example\bluetoothactivity\
文件 367 2014-04-24 14:00 BluetoothActivity\bin\classes\com\example\bluetoothactivity\BuildConfig.class
文件 1264 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity$1.class
文件 1236 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity$2.class
文件 950 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity$3.class
文件 1971 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity$BlueBroadcastReceiver.class
文件 1993 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity$ConnectedThread.class
文件 2522 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity$DrawThread$1.class
文件 1444 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity$DrawThread.class
文件 4065 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity$ListChooseListener.class
文件 963 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity$MyButtonClearListener.class
文件 1415 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity$MyButtonListener.class
文件 1128 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity$MyButton
文件 8213 2014-04-24 14:02 BluetoothActivity\bin\classes\com\example\bluetoothactivity\MainActivity.class
文件 373 2014-04-24 14:00 BluetoothActivity\bin\classes\com\example\bluetoothactivity\R$attr.class
文件 494 2014-04-24 14:00 BluetoothActivity\bin\classes\com\example\bluetoothactivity\R$dimen.class
文件 440 2014-04-24 14:00 BluetoothActivity\bin\classes\com\example\bluetoothactivity\R$drawable.class
文件 674 2014-04-24 14:00 BluetoothActivity\bin\classes\com\example\bluetoothactivity\R$id.class
............此处省略68个文件信息
- 上一篇:Android代码-数独游戏
- 下一篇:ThinkinJava.rar
评论
共有 条评论