安卓应用程序蓝牙
我需要创建一个通过蓝牙连接接收数据的 Android 应用程序。我正在做一些 android 编程,但我不太掌握它。有人可以提供一些关于从哪里开始的指导吗?我懂一点java。我已经下载了所有必需的软件。有人可以参考一个教授 java 或 android 编程的有用链接吗?
I need to create an android app that receives data via a bluetooth connection. I am doing some android programming but i can't quite grasp it. Could somebody offer some guidance on where to start. I know a little bit of java. I have downloaded all the neccesary software. COuld somebody refer a usefull link that teaches java or android programming?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
规范参考是 Android 蓝牙开发指南,位于 http://developer.android.com /guide/topics/wireless/bluetooth.html,以及 http://developer.android.com/resources/samples/BluetoothChat/index.html。
The canonical reference is the Android Bluetooth development guide at http://developer.android.com/guide/topics/wireless/bluetooth.html, and the Bluetooth Chat example at http://developer.android.com/resources/samples/BluetoothChat/index.html.
请参考亚马逊,以及很多关于Android的书籍。有很多教授 Java 和 Android 的网站,google 一下;)
具体关于蓝牙,您可以参考 Android 开发人员手册
Please refer to amazon, and the many books on Android. There are many websites that teach Java and Android, google it ;)
Specificly in regards to bluetooth you may refer to chapter 7 of the Android Developer Cookbook
我也是 Android 新手(至少 3 周前我还是新手!)。上面给出的链接对于创建大多数 Android 应用程序非常有帮助。对于Java,请参考oracle java教程,它们相当不错。
祝你好运!
I am new to android too (Atleast I was new 3 weeks ago!). The links given above are quite helpful to create most android apps. For Java, refer to the oracle java tutorials, they are quite good.
Best of luck!