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

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

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

2011-02-17 Thread Jatin D Patel
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 fedep...@gmail.comwrote:

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

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

2011-02-17 Thread Kevin Duffey
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.ja...@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 
 fedep...@gmail.comwrote:

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

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

2011-02-16 Thread TreKing
On Tue, Feb 15, 2011 at 8:35 AM, Keel runes...@gmail.com wrote:

 Any help with information regarding Android and Web-Services would
 be greatly appreciated


http://aws.amazon.com/
http://aws.amazon.com/http://code.google.com/appengine/

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

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

[android-developers] Android and Web-services

2011-02-15 Thread Keel
Hello.
Me and a group of people are currently working at developing an
application for updating a database with information derived from bar-
codes.
We are currently considering two options, those being either
developing a web-application and the other being a local android
client, seeing as the web application has several limitations we are
close to deciding on using Android as our platform.

Our problem is the lack of information in general about setting up
Android with a Web-service, the idea here is that you contact the web-
service, the web-service does the hard work with database look-up,
changes, etc, and then updates the database or returns information to
the user on the phone. Similar to other MVC patterns where the client
doesn't have to do the work.
The only information i have found so far about this are very
convoluted documents and references to kSoap2, which seems to be
dead now

Any help with information regarding Android and Web-Services would be
greatly appreciated, hopefully fast since we have to decide in the
following days

Thanks for any information

-Rune

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