Please, i need urgent assistance. I have been able to use RDC and Sqlite successfully from database including retrieving blob (image data) from database fields and display on imageview control directly on the b4a form, but i want to display image retrived from database or the one from asset folder into custom listview (library). I have followed different similar tutorials and examples on this forum, but none of them talked about getting picture directly from asset folder or RDC/SQlite database into custom listview. The closest i saw on this forum is on how to load image to listview from a website and Download list of images with HttpUtils2 and CustomListView which can not be modified to get image from file asset or RDC/Sqlite Database. Simple example will be appreciated.