如果互联网不可用,Android 队列服务器是否会请求?

发布于 2024-11-18 03:07:01 字数 150 浏览 0 评论 0原文

如果互联网不可用,Android 队列服务器是否会请求?

在我的应用程序中,用户填写表单,然后将表单发送到 .asp 表单接收器,该接收器获取信息并对其进行排序。现在,如果没有互联网,这种情况就不会发生,是否有办法对服务器请求进行排队,以便在用户下次有互联网连接时发送?

Does Android Queue Server Requests if internet is not available?

In my app the user fills out a former and the form then is sent to a .asp form receiver which takes the information and sorts it. Now if there is no internet this can not happen, is there a way to queue the server request , so it will send the next time the user has an internet connection?

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

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

发布评论

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

评论(1

汐鸠 2024-11-25 03:07:02

如果互联网不可用,Android 队列服务器是否会请求?

不。

现在,如果没有互联网,这种情况就不会发生,有没有办法对服务器请求进行排队,以便在用户下次有互联网连接时发送?

编写一个队列,也许使用文件作为后备存储。您可以通过ConnectivityManager监控连接状态。

Does Android Queue Server Requests if internet is not available?

No.

Now if there is no internet this can not happen, is there a way to queue the server request , so it will send the next time the user has an internet connection?

Write a queue, perhaps using a file as your backing store. You can monitor the state of connectivity via the ConnectivityManager.

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