简体   繁体   English

Android应用程序连接到后端数据库/网站

[英]Android app to connect to backend database / website

I want to setup an Android app that will connect to a backend database (web/database server that I maintain). 我想设置一个Android应用程序,它将连接到后端数据库(我维护的Web /数据库服务器)。 What are some good resources for doing so? 这样做有什么好的资源?

Thanks in advance. 提前致谢。

Watch Virgil Dobjanschi's Google I/O talk: Android REST client applications . 观看Virgil Dobjanschi的Google I / O演讲: Android REST客户端应用程序

He goes over a good pattern to use when dealing with a web service of any kind. 在处理任何类型的Web服务时,他都会使用一个好的模式。 His example uses REST, but you could just as easily apply this to SOAP or anything else you need. 他的示例使用REST,但您可以轻松地将其应用于SOAP或您需要的任何其他内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM