文件名称:bluetooth_chat
介绍说明--下载内容均来自于网络,请自行研究使用
Android下使用的蓝牙聊天程序,含源代码,导入Eclipse就能使用。-Android Bluetooth chat program, including source code, to import Eclipse will be able to use.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
bluetooth_chat
..............\.classpath
..............\.project
..............\.settings
..............\.........\org.eclipse.jdt.core.prefs
..............\AndroidManifest.xml
..............\assets
..............\bin
..............\...\AndroidManifest.xml
..............\...\BluetoothChat.apk
..............\...\classes
..............\...\.......\mobile
..............\...\.......\......\android
..............\...\.......\......\.......\demo
..............\...\.......\......\.......\....\bluetooth
..............\...\.......\......\.......\....\.........\chat
..............\...\.......\......\.......\....\.........\....\BluetoothChat$1.class
..............\...\.......\......\.......\....\.........\....\BluetoothChat$2.class
..............\...\.......\......\.......\....\.........\....\BluetoothChat$3.class
..............\...\.......\......\.......\....\.........\....\BluetoothChat.class
..............\...\.......\......\.......\....\.........\....\BluetoothChatService$AcceptThread.class
..............\...\.......\......\.......\....\.........\....\BluetoothChatService$ConnectThread.class
..............\...\.......\......\.......\....\.........\....\BluetoothChatService$ConnectedThread.class
..............\...\.......\......\.......\....\.........\....\BluetoothChatService.class
..............\...\.......\......\.......\....\.........\....\BuildConfig.class
..............\...\.......\......\.......\....\.........\....\DeviceListActivity$1.class
..............\...\.......\......\.......\....\.........\....\DeviceListActivity$2.class
..............\...\.......\......\.......\....\.........\....\DeviceListActivity$3.class
..............\...\.......\......\.......\....\.........\....\DeviceListActivity.class
..............\...\.......\......\.......\....\.........\....\R$attr.class
..............\...\.......\......\.......\....\.........\....\R$drawable.class
..............\...\.......\......\.......\....\.........\....\R$id.class
..............\...\.......\......\.......\....\.........\....\R$layout.class
..............\...\.......\......\.......\....\.........\....\R$menu.class
..............\...\.......\......\.......\....\.........\....\R$string.class
..............\...\.......\......\.......\....\.........\....\R.class
..............\...\classes.dex
..............\...\dexedLibs
..............\...\jarlist.cache
..............\...\mobile.android.demo.bluetooth.chat.BluetoothChat.apk
..............\...\res
..............\...\...\drawable
..............\...\...\........\app_icon.png
..............\...\...\drawable-hdpi
..............\...\...\.............\app_icon.png
..............\...\resources.ap_
..............\gen
..............\...\mobile
..............\...\......\android
..............\...\......\.......\demo
..............\...\......\.......\....\bluetooth
..............\...\......\.......\....\.........\chat
..............\...\......\.......\....\.........\....\BuildConfig.java
..............\...\......\.......\....\.........\....\R.java
..............\project.properties
..............\res
..............\...\drawable
..............\...\........\app_icon.png
..............\...\drawable-hdpi
..............\...\.............\app_icon.png
..............\...\drawable-ldpi
..............\...\drawable-mdpi
..............\...\drawable-xhdpi
..............\...\layout
..............\...\......\custom_title.xml
..............\...\......\device_list.xml
..............\...\......\device_name.xml
..............\...\......\main.xml
..............\...\......\message.xml
..............\...\menu
..............\...\....\option_menu.xml
..............\...\values
..............\...\......\strings.xml
..............\src
..............\...\mobile
..............\...\......\android
..............\...\......\.......\demo
..............\...\......\.......\....\bluetooth
..............\...\......\.......\....\.........\chat
..............\...\......\.......\....\.........\....\BluetoothChat.java
..............\...\......\.......\....\.........\....\BluetoothChatService.java
..............\...\......\.......\....\.........\....\DeviceListActiv