How to display list of images in listview from database using android?
In my case i would be retrieving开发者_高级运维 values from sqlite database and have to display it in a list view...So how should i pass the images out from the database into the list view.. I am able to save and retrieve images individually and display it on the screen.But how do i pass a bitmap and display it in a list view.can you help me with some sample codes please...
Check this given below link
http://www.anddev.org/view-layout-resource-problems-f27/listview-with-image-and-text-problem-t13694.html#p86517
精彩评论