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.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Warescription: Three Android Books, Plus Updates, One Low Price!

-- 
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