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
Post a Comment