android服务和web服务有什么区别

发布于 2024-12-02 22:18:46 字数 104 浏览 1 评论 0原文

Android 的 Service 和 Web 服务有什么区别吗?或者两者是相似的概念?如果我想从 Android 手机连接到在线数据库,那么我应该使用 Android 服务还是 Web 服务?

Is there any difference between Android's Service and a web service? Or both are similar concepts? If I want to connect to an online database from my Android phone then should I use an Android Service or a Web Service?

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

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

发布评论

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

评论(1

决绝 2024-12-09 22:18:46

Android 服务和 Web 服务完全不同。

  1. Android 服务用于进行后台处理,而 Web 服务用于从服务器获取响应或向服务器发送响应。
  2. 服务在后台运行,而 Web 服务用于获取数据。
  3. Android 服务是 Android 的内部部分,而 weservice 是一个我们可以应用到任何地方的概念,例如:在 iPhone 中,也可以在 black-Barry 或其他语言或平台中
  4. 参见 此处有关服务和 Web 服务的更多信息,请参阅此处

Android services and webservices are totally different from each other.

  1. Android services are used for doing background processing whereas webservices are used to get and send responses from/to a server.
  2. Services run in the background whereas webservices are used to get data.
  3. Android services are an android internal part whereas a weservice is a concept that we can apply every where eg: in iPhone also in black-Barry or other languages or platforms
  4. See here for more information about services and for webservices, see here
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文