具有异地处理功能的 Android 应用程序

发布于 2024-11-01 00:01:40 字数 194 浏览 2 评论 0原文

我想知道构建具有异地处理功能的 Android 应用程序的好方法是什么。本质上,我将记录输入(录音或照片),然后将其发送到我在线的计算机(安全地 - 可能使用 HTTPS)。然后我会让计算机处理数据并发回响应。

本质上,这是一个类似 Shazam 的应用程序,但在我关注 Shazam 工作原理的所有地方,他们都谈论处理算法,而不是过程。任何帮助将不胜感激。

I'm wondering what would be a good way to build an Android application with offsite processing. Essentially I am going to record an input (audio recording or photo), and then send it to a computer I have online (securely - probably using HTTPS). I then will have the computer process the data and send back a response.

Essentially this is a Shazam like application, except everywhere I look to how Shazam works they talk about the processing algorithm, not the process. Any help would be appreciated.

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

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

发布评论

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

评论(1

篱下浅笙歌 2024-11-08 00:01:40

如果您的服务器处理可能需要时间,您可以使用 推送通知告诉应用程序您在服务器端已完成。然后应用程序可以获得结果,而不是使连接保持太长时间。

If your server processing may take time, you can use Push Notification to tell the application that you are done on the server side. The application can then get the result instead of holding up the connection for too long.

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