I have an app where I fetch data from server(json) in the form of array & by using the index i used in my app, like below.
JSONObject topobj = new JSONOb
This I think is what you searching for
ArrayList list = new ArrayList(); JSONArray jsonArray = (JSONArray)jsonObject; if (jsonArray != null) { for (int i=0;i