客户端和服务器之间发送/接收文本消息
现在我可以从(android 移动)客户端向(系统)本地服务器发送消息,但我想实现从(android 移动)客户端向(android 移动)服务器发送短信。[“问题是现在可以向服务器发送短信但当我运行 logcat 时,它会显示该消息显示在 logcat 页面中”]。
请给我解决方案,欢迎所有想法。
Now i can send message from (android mobile) client to (system) local server, but i want to implement sending text message from (android mobile) client to (android mobile) server.["Issue is now can send text message to server but it's display when i run logcat that message display in logcat page"].
Please give me solution, All ideas are welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 xmpp 客户端在手机之间发送消息。
看这里
use xmpp client for sending messages between mobiles.
look at here