标签: android
我想写一个程序,用于在两个Android手机之间发送文件/图像。如果我已经有我的文件/图像的污垢,我该如何编写程序?
答案 0 :(得分:-1)
首先,您需要与目标Android手机建立蓝牙连接。这样做之后。您需要使用DataOutputStream类以字节为单位发送文件。另请查找以下有用链接,
DataOutputStream
http://kpbird.blogspot.com/2011/04/android-send-image-via-bluetooth.html