On Feb 25, 8:24 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> Julian wrote:
> > I am trying to create an application that reads information from a
> > database on a separate server(not the android phone).  Does anyone
> > have any information on how to create a database connector class?
>
> Write a Web service that connects to the database and runs on some
> server, then access the Web service from the phone. I recommend
> REST-style APIs, since Android does not have built-in support for SOAP
> or XML-RPC.
>

for the latter, one can use very thin client 
http://code.google.com/p/android-xmlrpc/

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to