First I need to check the json object status 400 if status 400 to get the image otherwise it shows error. I don't how to check status in JSON empty object in android volley. and also I need some help on how to get image by using banner path and banner name.
My Json
  {
    "status": "200",
    "requestType": "bannerImages",
    "basePath": "http:\/\/192.168.0.33\/cartwebsite3\/",
    "bannerPath": "http:\/\/192.168.0.33\/cartwebsite3\/cdn-images\/banner\/",
    "response": {
        "data": [
            {
                "banner_id": "37",
                "banner_name": "1457324300894ac3df08bd3648452703d8412f82c2.jpg",
                "banner_link": "",
                "banner_blocked": "0",
                "banner_created": "admin",
                "created_on": "1457324300"
            },
            {
                "banner_id": "36",
                "banner_name": "14573242986be953c24858a3c2d787d57e6b77be1f.jpg",
                "banner_link": "",
                "banner_blocked": "0",
                "banner_created": "admin",
                "created_on": "1457324298"
            },
            {
                "banner_id": "35",
                "banner_name": "1457324295f8d8153fb4f29d3af15276db22435d48.jpg",
                "banner_link": "",
                "banner_blocked": "0",
                "banner_created": "admin",
                "created_on": "1457324295"
            }
        ]
    },
    "request": {
        "postData": [],
        "getData": {
            "type": "bannerImages",
            "result": "json"
        }
    }
}
Thank in Advance
 
     
     
     
    