android - How to use Hashmap with Adapter -


hello parsing json on android , have been able put json parsed data listview. on listview, have icons set status according parsed data ( have keys define status, 1 enabled , 0 disabled). can't seem put on hashmap, has tip/information?

thanks

hashmap<string,boolean> map = new hashmap<string,boolean>();  collection c = map.values();  iterator itr = c.iterator();  while(itr.hasnext())      system.out.println(itr.next()); } 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -