@Vinod : I hope u mean the kSoap jar,but my main concern is the payload, when it comes to SOAP services i felt it to be bit heavy (help me understand if its the other way).I want it to be as light- weight as possible.
@Doug : The Video & PDF was really useful and inline with my search :) On Jun 13, 7:10 am, Desu Vinod Kumar <[email protected]> wrote: > U can try soap webservices also but it is not part of android api there is > third party jar file for using this. > > > > > > On Sat, Jun 12, 2010 at 5:52 PM, doug <[email protected]> wrote: > > Check out this guy - > >http://code.google.com/events/io/2010/sessions/developing-RESTful-and... > > > Even though he sounds like a cross between Yoda and Grover. > > > On Jun 11, 7:37 am, StillALearner <[email protected]> wrote: > > > Thanks Paul, > > > "Everything else seems a bit too heavy" > > > Thats the exact concern for why i have been hunting around different > > > forums to check out for a better option, and as u said JSON with a > > > RESTful service is one option am closely looking at. > > > > and other part which i need suggestion is on the Data > > > syncronization !! how is it implemented ? > > > > On Jun 10, 10:44 am, paulb <[email protected]> wrote: > > > > > I tend to make RESTful requests over HTTP and expect back JSON > > > > results. Everything else seems a bit too heavy. > > > > > On Thu, Jun 10, 2010 at 3:15 PM, StillALearner <[email protected]> > > wrote: > > > > > Hello, > > > > > I have been trying to develop an android application for sometime now > > > > > and i would like to get some suggestion on the best way of making web > > > > > service calls or to be generic the best way of communication between > > > > > the android platform and web server. > > > > > Soap(using Ksoap) and HTTP(using POST) are two methodologies & XML > > and > > > > > JSON are the twodataformats that am aware of,(let me know if they > > > > > are few other options too..) and , > > > > > i would like to know what is the best option ofdatatransfer when > > > > > i) thedatato transfer is Large andlessfrequent. > > > > > ii)morefrequentbutlessdatais being transfered. > > > > > > Also when it comes todatasynchronization between server and our > > > > > app , how is that generally implemented ?? > > > > > > -- > > > > > You received this message because you are subscribed to the Google > > > > > Groups "Android Developers" group. > > > > > To post to this group, send email to > > [email protected] > > > > > To unsubscribe from this group, send email to > > > > > [email protected]<android-developers%2bunsubs[email protected]> > > > > > Formoreoptions, visit this group at > > > > >http://groups.google.com/group/android-developers?hl=en-Hidequoted > > text - > > > > > - Show quoted text - > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected]<android-developers%2bunsubs[email protected]> > > For more options, visit this group at > >http://groups.google.com/group/android-developers?hl=en > > -- > Regards > ------------------- > D Vinod Kumar > R & D Engineer - Android Platform > Mobile : 09916009493- Hide quoted text - > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

