when I try to get json that doesn\'t have object, it works fine. but when I try go get json that has an object it\'s getting error.
Have you got any idea?
carid = new ArrayList();
carlogo = new ArrayList();
carname = new ArrayList();
prize = new ArrayList();
availibility = new ArrayList();
ListView carlist=(ListView)findViewById(R.id.listcardetails);
adapter=new CustomAdapter(this, carid, carlogo, carname, prize, availibility);
carlist.setAdapter(adapter);