Hello I am parsing some json on android and I have been able to put the json parsed data into a listview. However on my listview, I also have some icons that I would like to set the status according to the parsed data ( I have some keys that define their status, 1 for enabled and 0 for disabled). I can’t seem to put this on the HashMap, anyone has any tip/information?
Thanks
1 Answer