蓝牙聊天程序

zhangzhigangxyz 24 0 ZIP 2018-12-28 08:12:51

能够实现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(); } }

用户评论
请输入评论内容
评分:
暂无评论