[android-developers] REST JSON

2010-11-08 Thread Beginner
Hi, I am new on this group. I hope i will get help from you guys. I would like android to communicate with my PHP Server, I have no idea about REST JSON. Do any one implemented it before. Can you please recommend me some good resources. I want to build a simple Registration/Login System which

Re: [android-developers] REST JSON

2010-11-08 Thread Kumar Bibek
Seems that you need to solve all of your problems with just this query. Google and search for samples and if you are stuck with something, get back here. On Mon, Nov 8, 2010 at 12:24 AM, Beginner atif.musad...@gmail.com wrote: Hi, I am new on this group. I hope i will get help from you guys.

[android-developers] REST + JSON Web Service Client

2008-08-20 Thread Baran
Hi, I need to access a .Net web service in Rest format using JSON. I m pretty new to this concept and very much confused about how this works Any one who can give an overview of the two. I need the steps that I need to follow to use JSON. Right now my doubt is how to use JSON to grab to

[android-developers] REST + JSON Web Service Client

2008-08-20 Thread Baran
Hi, I am wondering if anyone can provide me some introduction stuff about using JSON in android to retrieve web service content. I am not sure how we can use JSON, the thing about using HttpClient class to get the data is pretty clear to me...but what next?