登录
首页 » Android » 蓝牙接收数据并绘制波形例子源码

蓝牙接收数据并绘制波形例子源码

于 2022-10-16 发布 文件大小:1.65 MB
0 199
下载积分: 2 下载次数: 1

代码说明:

这是一个Android通过蓝牙接收数据并绘制波形的例子,代码解释很详细,有助于学习Android蓝牙的代码编写,和如何绘制波形,大家对这方面有需要的可以看看。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • yuv 3D 输出
    yuv 3D 输出
    2013-06-23下载
    积分:1
  • NET_fpga
    android application for authentification
    2018-02-04 08:00:13下载
    积分:1
  • 安卓串口程序API
    实现了串口通讯的数据封装,接受,传输等操作。
    2023-05-11 17:45:03下载
    积分:1
  • Android 模拟微信抢红包
    Android功能模拟:微信抢红包,实现这一功能需要两个步骤:   第一步:监听通知栏消息,第二步:监听是否进入微信红包消息界面。当然了这两个步骤中,还有很多的细节这里先不说了,你可下载本源码后仔细查看这些代码。   打印一个节点的结构,这里有一个问题需要注意,就是需要找到一个可以点击的View。
    2022-04-29 13:35:32下载
    积分:1
  • android的activity生命周期demo
    主要是来观察android的生命周期方法  在什么情况下会执行
    2022-05-17 06:37:14下载
    积分:1
  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • android 开奖转盘示例完整源码下载
    android 开奖转盘示例完整源码下载
    2014-04-29下载
    积分:1
  • Android-Material-Examples
    实现android5.0 Material效果 可以很好的学习
    2023-06-04 00:00:02下载
    积分:1
  • android PDF阅读 例子源码下载
    android PDF阅读 例子源码下载
    2015-04-22下载
    积分:1
  • AutoCompleteTextViewSimple
    Auto Complete Text View Simple Source Code for Andriod.
    2013-10-23 23:00:26下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载