I want to send data in json format to a servlet from my android client. Can it be done? If so what is the advantage of using json.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can send and retrieve data using json format from Android to a web service.
In Android use can use GSon to parse data to send to web service.
Advantage of using JSon is to minimize the data transferring, then it is faster