I have tried to use the JSON in the android but it seems to be very limited for building and parsing. since you need to give static strings to get the data? any good library for pasing 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 use the Google provided library for the same which is GSON. you can get it from google repository and embed in your project and use it from tutorial only.
http://code.google.com/p/google-gson/