[android-developers] Re: Android connection to MySQL database

2011-05-30 Thread dbv
I haven't seen any examples or guidance for setting up your own web
service.  For example, we want our Android app to communicate to a web
server (nginx or lighttpd) running a Python (or C) program which is
attached to a mySql db, which is a typical setup ie. Android -
webservice - webserver - Python - mySql.

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


Re: [android-developers] Re: Android connection to MySQL database

2011-05-30 Thread Mark Murphy
On Fri, May 27, 2011 at 3:44 AM, dbv dineshbvad...@gmail.com wrote:
 I haven't seen any examples or guidance for setting up your own web
 service.  For example, we want our Android app to communicate to a web
 server (nginx or lighttpd) running a Python (or C) program which is
 attached to a mySql db, which is a typical setup ie. Android -
 webservice - webserver - Python - mySql.

Other than aiming for REST (vs., say, SOAP), Android does not really
care all that much what the Web service is implemented in. Android
does not have built-in endpoints for SOAP or XML-RPC.

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

Android Training in Oslo: http://bit.ly/fjBo24

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