【问题标题】:What is the best way to implement Socket.io in android?在 android 中实现 Socket.io 的最佳方法是什么? 【发布时间】:2018-03-15 18:22:17 【问题描述】: 我正在寻找在 android 中实现 socketio 的最佳方法 【问题讨论】: 标签: android socket.io 【解决方案1】: 我实现了this client,一切都会正常工作。 【讨论】: 我的问题是我们可以创建广播接收器,以便它监听 sserver 完成的发射。如果可以,那么我将不必在 SERVICE 类中创建侦听器 我认为 this is 你在找什么。