Re: [android-developers] Android and web server connectivity

2011-08-05 Thread TreKing
On Fri, Aug 5, 2011 at 1:22 AM, sourabh sahu wrote: > Question is How we can generate XML from MYSQL. Read MYSQL, write to XML. Really though, that question has nothing to do with Android development. -

Re: [android-developers] Android and web server connectivity

2011-08-04 Thread sourabh sahu
I want the data should come in XML format from mysql server and at android side I will parse. Lets say I have taken a webspace on some server providing me MYSQL database.now what should I do? If a user request it and server will generate and XML response. Question is How we can generate XML from M

Re: [android-developers] Android and web server connectivity

2011-08-04 Thread Ratheesh Valamchuzhy
hi using the http connection /post we canretrive the data from the mysql server and use...plse explain the more requirement thanks -- 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

Re: [android-developers] Android and web server connectivity

2011-08-04 Thread sourabh sahu
Can you please elobrate it more(Technically). Thanks, Sourabh On Fri, Aug 5, 2011 at 5:11 AM, TreKing wrote: > On Thu, Aug 4, 2011 at 8:34 AM, ashkmth wrote: > >> The android client should be able to retrieve the the latitude and >> longitude of locations in mysql(external) database and then p

Re: [android-developers] Android and web server connectivity

2011-08-04 Thread TreKing
On Thu, Aug 4, 2011 at 8:34 AM, ashkmth wrote: > The android client should be able to retrieve the the latitude and > longitude of locations in mysql(external) database and then plot it on a > google map. > > Could u plzz tell me whether this is possible? > Yes, it is possible. > If yes, the