I get bitmap image @ runtime, now have to display images in list using SimpleAdapter mAdapter.
Could any one help me out.
I m putiing bitmap images in arrayList, that ArrayList is used in Simple Adapter, when I am doing in this way, getting error bad bitmap uri.
I have also tried to put ImageView(bitmap is set to ImageView), then also getting error bad bitmap uri.


