我有一个问题,我已经分为两个主要部分。
1)单击按钮弹出下载文件夹。从下载文件夹中选择一个文件。
2)取你刚才选择的那个文件。通过蓝牙将其发送到配对设备。
鉴于此处的资源和示例,我认为蓝牙部分不会那么糟糕。
但#1我无法弄清楚如何解决(有点新的android)。是否有任何好的教程/文档/链接用于访问下载文件夹,选择文件然后使用该文件以便以后用于文件传输等等?
由于
答案 0 :(得分:0)
android上的文件选择 -
http://code.google.com/p/android-file-dialog/
How to use intent for choosing file browser to select file
无论您使用哪种方法,都需要返回文件路径。然后,您将使用该路径来处理问题的下一部分,如何通过蓝牙发送文件
How to send file from Android device to other device through Bluetooth by code
在你问之前总是做研究 - 如果你做的话,你会获得更多的选票和更好的答案