0

I am developing an android quiz application for teachers where the teacher can login into a web interface and create questions, which can then be deployed to an android application.

My question is what database should i use? i am thinking that the data will have to be sorted on a mysql database when entered to the website.

Is it possible to connect to an external database on a android application? Is this the best method ?

4

1 回答 1

0

为了为您的 android 应用程序使用外部存储,您需要创建自己的 Web 服务。

如果您创建 XML Web 服务,则可以调用您的服务并使用XmlPullParser.

查看http://developer.android.com/training/basics/network-ops/xml.html以解析 XML。

于 2013-10-05T19:36:00.400 回答