如何检测该应用程序连接到本地wifi
我的应用程序中有两个按钮,其中一个按钮用于本地 wifi(特别是“ati”),另一个按钮用于连接是否可用(例如 www.google.com) 请帮助说明如何检测应用程序已连接到本地 wifi,以及如何检测特定服务器的连接是否可用,与 IOS 编程中的可达性的行为相同
I have two buttons in my app one will be on for local wifi(specially for "ati"), other will be on for if connection is specific server is available like www.google.com
Please help that how can detect the app is connected to local wifi and also how can detect that connection is available to specific server , same behavior as of Reachability in IOS programming
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 WifiManager 类来获取 Wi-菲。我认为检查与特定服务器的连接是否可用于实际连接的唯一方法。
You can use the WifiManager class to get the state of Wi-Fi. I think only way to check whether connection to specific server is available to actually connect.