1. 首页
  2. 移动开发
  3. Android
  4. 蓝牙聊天程序

蓝牙聊天程序

上传者: 2018-12-28 08:31:51上传 ZIP文件 1.53MB 热度 26次
能够实现2个手机之间通过蓝牙进行聊天。 protected void onCreate(Bundle savedInstanceState) { // TODO Auto-generated method stub super.onCreate(savedInstanceState); setContentView(R.layout.main_activity); findViewById(); buttonListion(); mBluetoothAdapter=BluetoothAdapter.getDefaultAdapter(); if(mBluetoothAdapter==null) { Toast.makeText(context, "没有提供蓝牙通信",Toast.LENGTH_SHORT).show(); } }
用户评论