Android ArrayAdapter and JSONArray
I am new to Android Development. I purely like to work with JSON Objects and Arrays for my simple application considering the lightness of the JSON Carrier compared to XMLs. I had challenges with ArrayAdapter to populate the ListView. This is how I overcome and need your suggestions on it. Extend the Adaptor class. Then pass the JSONArray to the constructor. Here the constructor calls super with dummy String array setting the length of the JSONArray. Store the constructor arguments in class for further use. public myAdaptor(Context context, int resource, JSONArray array) { super(context,