Android 媒体播放器流媒体问题

发布于 2024-12-07 10:57:12 字数 118 浏览 0 评论 0原文

抱歉我的英语我的问题是在我的应用程序媒体播放器播放流媒体网址。如果用户立即单击“下一步”按钮,则 ui 会阻塞一段时间并出现 ANR 问题 如果它在 GPRS 上运行,如何解决该问题 请有人帮助我

提前致谢

sorry for my english my problem is in my app media player plays streaming urls. if user clicks next button immediateley then ui blocks for some time and giving ANR problem If it is working on GPRS how to resolve that issue Please some body help me

Thanks in advance

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

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

发布评论

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

评论(1

合久必婚 2024-12-14 10:57:12

如果 UI 线程在您的操作后 5 秒内没有收到任何响应,它将挂起并向您显示 ANR。因此,做一件事:每当用户单击按钮时,启动进度加载器(旋转器),一旦您的操作得到响应,就关闭进度对话框并显示结果。

If the UI thread does not get any response within 5 seconds from your action, it will hang and will show you ANR. So, do one thing: whenever user clicks on the button, start a progress loader (spinner) and as soon as you get response from your action, dismiss the progress dialog and show the result.

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