android 中焦点不会转到另一个按钮

发布于 2024-09-05 03:16:47 字数 242 浏览 8 评论 0原文

我编写了一个用于 ping 给定 URL 的代码。它对我来说效果很好。但是每当我单击开始 ping 按钮时,ping 就会开始,但那时焦点始终位于开始按钮上,并且当时屏幕上没有任何小部件在工作。按多次后,会出现强制关闭错误。如果我提供的 URL 没有 ping,那么此时所有小部件都工作正常。一段时间后,我需要使用停止按钮来停止 ping。但事实并非如此正在工作。请给我建议。我在 android 中使用 Runtime.exec() 进行 ping 命令。请给我建议。

I wrote a code for pinging of given URL.It works fine for me.But whenever i clicked on the start ping button, pinging started but that time focus always is on start button and no widget of the screen working that time. After pressing many times it will gives the force close error.If iam giving URL which is not pinging then that time , all the widgets are working fine.After some time i need to stop the pinging by using my stop button.But it is not working.Please give me advise.Iam using Runtime.exec() for ping command in my android.Plz give me advise.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一紙繁鸢 2024-09-12 03:16:47

实际上执行不是来自 Runtime.exec 中的 ping 命令。所以我使用了 ping -c 1(时间间隔)。所以 ping 将执行 1 次,光标返回到调用区域。我的问题解决了。

谢谢问候,
拉詹达尔

Actually execution not comming from the ping command in Runtime.exec.So i used ping -c 1(time interval).So ping will execute 1 time and cursor return back to calling area.My problem solved.Thanks

Regards,
Rajendar

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文