As a novice user , I m trying to populate an expandable listview with json data using a volley string request. But I cannot create a linkedhashmap to populate my headers and child. A part of my problem is described here
I cannot return a LinkedHashMap from method and I get null
where I am suggested to check asynchronous and sychronous callbaks. All examples I find describe expandable listview with async task..
So is it possible to populate it using volley and in what way?
Thank you !!