登录
首页 » Android » 蓝牙读取RFID的代码,安卓版,可以通过蓝牙读取门禁卡

蓝牙读取RFID的代码,安卓版,可以通过蓝牙读取门禁卡

于 2023-01-28 发布 文件大小:3.03 MB
0 154
下载积分: 2 下载次数: 1

代码说明:

资源描述可以通过蓝牙读取RFID的卡ID,用于手机刷门禁,或者取得具有RFID商品标签。

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

发表评论

0 个回复

  • doWeather
    android手机应用开发中的天气预报功能 支持大部分城市天气查询(android mobile application development in weather forecasting capabilities to support most of the city' s weather query)
    2012-08-21 16:28:40下载
    积分:1
  • Linux下实现tm1629驱动
    在ubuntu12.04系统下实现tm1629的驱动程序,并带有测试案例,在s5p4418平台上使用。模拟的SPI总线,实现通讯。
    2022-03-04 09:15:02下载
    积分:1
  • android Samsung BLE实例 和蓝牙4.0开发工具包
    android Samsung BLE实例 和蓝牙4.0开发工具包
    2014-08-26下载
    积分:1
  • 安卓多功能手机助手项目
    本项目是一套基于安卓手机的多功能手机助手的项目源码,实现的功能有手机软件的管理、硬件信息的读取显示、电量情况读取和显示、闹钟设置、相机、通讯录、联系人、短信的读取和显示。还可以一键结束程序,看了一下源码注释很丰富,功能模块代码也都是放在独立的包里,总体来说是套不错的源码,值得借鉴学习涉及模块&技术联系人读取通话记录读取短信读取软件管理一键结束程序闹钟硬件信息读取
    2015-06-15下载
    积分:1
  • 二手交易app客户端
    安卓二手交易app客户端.简单易懂,方便学习与借鉴
    2023-01-15 10:30:04下载
    积分:1
  • 安卓系统通过 SOAP web 服务连接
    SOAP 是交换结构化的信息在计算机网络中的 Web 服务执行的协议规范。它依赖于可扩展标记语言 (XML) 为其的邮件格式,并通常依赖于其他应用层协议,最明显的是超文本传输协议 (HTTP) 和简单邮件传输协议 (SMTP) 邮件谈判和传输。 KSOAP 库是优雅、 重量轻、 高效的 SOAP 客户端库。图书馆是开放源码的易于使用,和它可以为您节省从编写一个自定义的解析器的麻烦。它是目前可用的更多的信任 SOAP 库之一,它经常更新,这是一个好的迹象,对于任何开放源码项目。
    2022-07-10 06:34:59下载
    积分: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
  • hal 串口通信 示例代码
    hal 串口通信 示例代码
    2015-06-11下载
    积分:1
  • 安卓计算机游戏代码
    一个安卓的小游戏,计算器的实现在安卓手机上,十分容易操作,就像我们平时用的计算器一样,这是一个简单的算法编程,有利于初学者的使用在编程安卓系统的方面
    2023-06-28 11:30:03下载
    积分:1
  • IOS 浏览器加载进度显示源码
    IOS 浏览器加载进度显示源码
    2015-06-28下载
    积分:1
  • 696518资源总数
  • 106174会员总数
  • 31今日下载