Android app to connect to backend database / website

后端 未结 1 851
猫巷女王i
猫巷女王i 2021-01-14 13:35

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 a

相关标签:
1条回答
  • 2021-01-14 14:28

    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.

    0 讨论(0)
提交回复
热议问题