Listview About Adapter, For Create A Hashmap, Why Bitmap Type Imported Cannot Show Image In Listview?
list_data = list_data_add('111','222',icon); adapter = new SimpleAdapter( this, list_data, R.layout.list_item_detail, new String[]{'title','desc','i
Solution 1:
ok i got it, SimpleAdapter
does not accpect Bitmap
, create a baseadapter
then it's fine.
Post a Comment for "Listview About Adapter, For Create A Hashmap, Why Bitmap Type Imported Cannot Show Image In Listview?"