如何使用应用程序接口将蓝牙套接字传递给另一个活动
因此,根据我收集的信息,套接字连接既不可序列化,也不可分割,但我需要将蓝牙连接传递给另一个活动。我不想作为中间人编写服务,所以请不要将此作为解决方案发布。我听说有一种方法可以使用自定义应用程序接口来传递这些类型的对象,但我一生都找不到这样的工作示例。我看过很多文档,大意是“这是可能的”,但没有任何说明如何做到这一点。
so from what i gather, Socket connections are neither serializable or parcelable, but i need to pass a bluetooth connection to another Activity. i do not want to write a Service as a middle man, so please don't post this as a solution. i've heard that there is a way to pass these types of Objects using a custom Application interface, but i cannot, for the life of me, find a working example of this. i've seen plenty of documentation that says something to the effect of "this is possible" but nothing showing how to do it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
定义您的应用程序类:
将
name
属性添加到应用程序清单中。在活动中使用它:
Define your app class:
Add
name
attribute to app manifest.Use it in Activity: