如何在 android 中找到可用的服务器?
我无法找到有关如何通过 android 查找可用网络服务器的信息。我希望这里有人能指出我正确的方向。我正在编码的应用程序要求用户从所有可用网络设备的列表中找到应用程序将与之通信的服务器。我想知道我将如何在java中做到这一点。任何帮助将不胜感激。
I am having trouble finding information on how to locate available network servers through android. I am hoping someone on here can point me in the right direction. The application I am coding requires the user to locate the server the application will communicate with from a list of all available network devices. I am wondering how I would go about doing this in java. Any help would be appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
所以我决定放弃让用户从列表中选择他们的服务器。我现在让用户输入 IP 地址,然后使用以下命令检查 IP 地址是否正确:
感谢您的回复。
So i decided to give up on having the user select their server from a list. I now have the user enter the ip address and than check if the ip address is correct by using:
thanks for the responses.