登录
首页 » Android » Android Bluetooth Connectivity

Android Bluetooth Connectivity

于 2022-01-26 发布 文件大小:1.60 MB
0 105
下载积分: 2 下载次数: 1

代码说明:

与任何设备具有蓝牙连接的应用程序

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

发表评论

0 个回复

  • 几种很有创意的Android加载特效
    几种很有创意的Android加载特效,看图
    2022-03-17 04:01:33下载
    积分:1
  • 用安卓手机提取传感器数据并画图在屏幕上
    里面有重力传感器,加速度传感器,角度传感器的提取数据到画图在屏幕上。并且能拉出所有该设备有的传感器列表。如果再做关于传感器的研究,这个是一个很好的工具用来观测传感器的数据和变化趋势。
    2022-02-14 07:51:44下载
    积分:1
  • 炎黄财经
    炎黄财经,是一家大型的财经视频网站,以最新最快、极具专业水平的财经视频作为基点,内容囊括股市、现货、期货、原油、外汇等领域,同时嵌入当下最流行的微电影,让用户学习专业的财经知识同时,也能获得最丰富精彩的视觉享受
    2022-08-18 05:19:06下载
    积分:1
  • ANE
    Adobe Air是利用Adobe公司的Flash技术开发的媒体播放平台。而Native Extension就是让AIR可以调用各个平台上的本地代码(native code, 如ios上的object-c,android上的java,desktop上的c++,ca#等),从而完成对AIR中Actionscript API的自定义扩展。即可以让开发者通过编写基于平台的本地代码扩展ActionScript。从而完成一些原有Actionscript无法完成的功能。(Adobe Air is developed by using Adobe s Flash technology media platform. While the Native Extension is to make AIR calls on every platform native code (native code, such as IOS Object-C, Android Java, desktop c++, c#), thus completing the extensions to the AIR Actionscript API custom. That allows developers to write native code through the platform based on ActionScript. In order to complete some of the original Actionscript cannot perform the function. )
    2013-09-25 11:19:28下载
    积分:1
  • android 下拉瀑布流显示图片效果 源码下载
    android 下拉瀑布流显示图片效果 源码下载
    2014-06-03下载
    积分:1
  • Android 简单播放歌曲功能演示
    Android 简单播放歌曲功能演示,播放本地音乐,非网络播放,可播放、暂停,运行效果如截图所示,在编写时,要注意以下代码:   int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停   ImageButton start;//播放、暂停按钮   ImageButton stop;//停止按钮   ActivityReceiver activityReceiver;   int status = 1;//当前的状态,1没有声音播放 ,2 正在播放声音,3暂停   public void onCreate(Bundle savedInstanceState) {//重写的onCreate方法    super.onCreate(savedInstanceState);    setContentView(R.layout.main);//设置当前的用户界面    start = (ImageButton) this.findViewById(R.id.start);//得到start的引用    stop = (ImageButton) this.findViewById(R.id.stop);//得到stop按钮的引用    start.setOnClickListener(this);//为按钮添加监听    stop.setOnClickListener(this);//为按钮添加监听    activityReceiver = new ActivityReceiver();//创建BroadcastReceiver    IntentFilter filter = new IntentFilter();//创建IntentFilter过滤器    filter.addAction("wyf.ytl.update");//添加Action    registerReceiver(activityReceiver, filter);//注册监听    Intent intent = new Intent(this, MyService.class);//创建Intent    startService(intent);//启动后台Service   }
    2023-08-23 12:30:03下载
    积分:1
  • Android-jiugongge
    android九宫格代码实现 详细设计实现说明(android android squared squared code code)
    2013-08-17 13:05:41下载
    积分:1
  • 导入AndroidStudio后已经可以顺利运行的BmobDemo
    Bmob原Demo无法直接在有Gradle的AS上顺利运行,经过重新配置与更改依赖已经顺利解决运行问题。导入可直接运行。 Ps:源代码地址:即时聊天案例源码:https://github.com/bmob/BmobIMSDK4Android
    2022-01-26 07:06:56下载
    积分:1
  • android 手机订餐系统
    android手机越来越普遍,手机订餐系统能够帮助商家及顾客很方便的进行点菜,结算。源码中分为点菜,结算,菜单展示等几部分进行。
    2022-03-17 15:53:49下载
    积分:1
  • 高仿人人网android客户端主界面 示例源码下载
    SlidingMenu https://github.com/jfeinstein10/SlidingMenu     ActionBarSherlock https://github.com/JakeWharton/ActionBarSherlock
    2013-10-23下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载