It is working when I am trying to retrieve jsonobject through gson but when I use gson for retrieving jsonArray it's not working. How can I retrieve data from the below jsonArray and display to a listview through GSON?
Can anyone help me?
My jsonArray
[
{
"node_title": "One Day camp",
"nid": "202605",
"Icon Image": {
"fid": "146",
"uid": "1",
"filename": "10483937_741467599279220_8365483080196647009_n.jpg",
"uri": "public://10483937_741467599279220_8365483080196647009_n.jpg",
"filemime": "image/jpeg",
}
},
{
"node_title": "University of Kerala",
"nid": "202604",
"Icon Image": {
"fid": "145",
"uid": "1",
"filename": "careerguru.png",
"uri": "public://careerguru.png",
"filemime": "image/png",
}
}
]