I took you project and instead of working with your Customlistview, I used a conventional listview, I did the following modifications:
1. I populated the database from your website by clicking the button: Populate Database'
2. I created an additional activity that has a layout with a two lines and bitmap listview. and loaded by clicking 'Display Database' button. I can see all the photos, the VIDID and TITLE on each listview record.
2. Next, whenever I click on an item another activity opens up with a new layout that has a full screen image view, where I display the photo with its corresponding identifiers like the VIDID and TITLE. You can continue to see any record with the image as long as you want.
3. I did not try your customlistview because I am not too swift with it and you mentioned that you had trouble with it.
Summary: While the pictures were downloading from your site, there was for a slight moment toastmessage: error, but all pictures downloaded ok. I can view all and any record in the listview and imageview.
Attached is the full project I worked with. Please keep it separate from your own, so you do accidentally overwrite your own project. I did not delete any of your code in my project, just commented some. It is just to illustrate that all the data is there. The problem might be your customlistview code, which I did not mess with.
ADDENDUM 1: I played around later with your own version of the program and your Customlistview when I spared some time. Here is what you need to do to see the blobs in the imageviews:
Comment this line: imgvYT.Initialize("imgvYT") in the Main activity.
ADENDUM 2: Sorted records by title number which is embedded in the title text so it looks more ascending. Title number in your database is not a column by itself. I uploaded it again here.