I have a small application, and I am trying to display list of youtube thumbnails using the ListActivity
public class ResultListActivity extends ListActivity
if you have a class called ListActivity make sure you are extending from the right listActivity because when extending, both your class ListActivity and the super class ListActivity will show up