That's kind of a "REST 101" sort of question and not constrained to Android
in any way. Your best bet is to find a simple REST tutorial on the web
someplace and build a simple REST client and server. After that, read up on
the HTTP protocol itself so you understand the details.

Ted Neward
Java, .NET, XML Services
Consulting, Teaching, Speaking, Writing
http://www.tedneward.com

> -----Original Message-----
> From: android-developers@googlegroups.com [mailto:android-
> develop...@googlegroups.com] On Behalf Of santha
> Sent: Sunday, May 23, 2010 7:19 PM
> To: Android Developers
> Subject: [android-developers] Client server setup in android
> 
> Hi Guys,
> 
> I'm new to android application development.. I want to transfer the
> data between the client and the server.. As of my knowledge for
> transferring the data from client to server  we use HttpClient
> protocol..
> 
> Is this protocol is same as REST web services??
> 
> If i want to send the data in the form of JSON format,then what are
> the necessary steps that i need to follow??
> 
> And on the server side what are the steps to receive and parse the
> data??
> 
> Could any one please respond me..
> 
> Thanks in advance
> 
> Uday Kiran
> 
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-
> develop...@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

Reply via email to