I have this url : http://shops.alpha-trend.com/mobileapp/productinfo.php?productId=4363&function=GetProductInfo&show=yes. when i test this url in browser it contains json array in which product ,image and description and many other attributes are present. How i this parse this json in java to display product,image and description.Pleas help me through proper code.Any help is highly appreciated
I have this url : http://shops.alpha-trend.com/mobileapp/productinfo.php?productId=4363&function=GetProductInfo&show=yes . when i test this url in browser
Share
There are several examples of doing this available, a quick search turned up two that look good:
JSON Android ListView
This answer looks pretty much complete but is missing the HttpClient step, which you can find an example implementation in the next answer:
http://mobile.dzone.com/news/android-tutorial-how-parse