Solution 1 :
You need the complete image url in “articleImage” field and an image library for loading it into ImageView
Problem :
Here is my json i want to show articleImage on an ImageView in Android.
{"comboDTOArray": [
{
"articleActive": "1",
"articleCode": "0CCE0000230",
"articleImage": "double scoop combo cup.jpg",
"articleName": "Double Cup/Cone",
"articlePrice": "93.22",
"articleType": "Combo",}]}
Comments
Comment posted by Load image from url
Does this answer your question?