json parser images shown in lstview
-
my json --------------- { "default_bundels": [ "P0001", "P0002", "P0003", "P0004", "P0005", "P0006" ], "product_bundles": { "P0001": [ { "name": "Animals", "cost": 0, "images_counts": 6, "category": "Animals" } ], "P0002": [ { "name": "Buildings", "cost": 0, "images_counts": 6, "category": "Buildings" } ], "P0003": [ { "name": "Cars", "cost": 0, "images_counts": 6, "category": "Cars" } ], "P0004": [ { "name": "Sports", "cost": 0, "images_counts": 6, "category": "Sports" } ], "P0005": [ { "name": "Fruits", "cost": 0, "images_counts": 6, "category": "Fruits" } ], "P0006": [ { "name": "Personalities", "cost": 0, "images_counts": 6, "category": "Personalities" } ], "P0007": [ { "name": "AnimationMovies", "cost": 0.99, "images_counts": 18, "category": "AnimationMovies" } ], "P0008": [ { "name": "ArtPaintings", "cost": 0.99, "images_counts": 10, "category": "ArtPaintings" } ], "P0009": [ { "name": "Cartoons", "cost": 0.99, "images_counts": 8, "category": "Cartoons" } ], "P0010": [ { "name": "Celebrities", "cost": 0.99, "images_counts": 10, "category": "Celebrities" } ], "P0011": [ { "name": "ExploreIndia", "cost": 0.99, "images_counts": 10, "category": "ExploreIndia" } ], "P0012": [ { "name": "Flowers", "cost": 0.99, "images_counts": 8, "category": "Flowers" } ], "P0013": [ { "name": "FoodAndDrink", "cost": 0.99, "images_counts": 11, "category": "FoodAndDrink" } ], "P0014": [ { "name": "Historical", "cost": 0.99, "images_counts": 8, "category": "Historical" } ], "P0015": [ { "name": "KidsAndBabies", "cost": 0, "images_counts": 9, "category": "KidsAndBabies" } ], "P0016": [ { "name": "Nature", "cost": 0, "images_counts": 10, "category": "Nature" } ] } } i triedlike this please helpme -------------------------------- private static final String TAG_CAT ="default_bundels"; private static final String TAG_NAME ="name"; private static final String TAG_COST ="cost"; private static final String TAG_IMAGES_COUNT ="images_counts"; private static final String TAG_CATEGORY ="category"; // contacts JSONArray JSONArray contacts = null; // Hashmap for ListView ArrayList> imagesList; public ListActivity lv; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setConten