本文介绍了Android应用程序连接到后端数据库/网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想要设置一个将连接到后端数据库(我维护的Web /数据库服务器)的Android应用程序。
解决方案
观看Virgil Dobjanschi的Google I / O讲座:。 / p>
他处理一个很好的模式来处理任何类型的web服务。他的例子使用REST,但你可以很容易地将它应用于SOAP或你需要的任何东西。
I want to setup an Android app that will connect to a backend database (web/database server that I maintain). What are some good resources for doing so?
Thanks in advance.
解决方案
Watch Virgil Dobjanschi's Google I/O talk: Android REST client applications.
He goes over a good pattern to use when dealing with a web service of any kind. His example uses REST, but you could just as easily apply this to SOAP or anything else you need.
这篇关于Android应用程序连接到后端数据库/网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!