I have a small application, and I am trying to display list of youtube thumbnails using the ListActivity
public class ResultListActivity extends ListActivity
your imageview xml of baseadapter add this line
android:clickable="false" android:focusable="false"