Thursday, February 17, 2011

Re: [android-developers] Android and Web-services

Not sure the OP is going to come back and read this.. but the easiest/fastest way to go is a RESTful api on the server side, and using HttpClient within Android to make rest calls. Java/Jersey (JAX-RS) is really easy to use and provides a robust framework to work with to build a solid rest api. HttpClient is also fairly easy to work with, although examples of various scenarios are a bit harder to come by with android examples... still quite a few out there. Hit me up in private email if you want more details.


On Thu, Feb 17, 2011 at 9:35 AM, Jatin D Patel <depo.jatin@gmail.com> wrote:
http://jatin4rise.wordpress.com/2010/10/03/webservicecallfromandroid/

if u still have issue with calling webservice, lemme know


On Thu, Feb 17, 2011 at 6:22 AM, Federico Paolinelli <fedepaol@gmail.com> wrote:
This  goolge io session http://www.youtube.com/watch?v=xHXn3Kg2IQE could be a good source of info as well.

Federico

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en



--
Thanks,
Jatin D N Patel
You Got To Think HIGH to RISE.



--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment