onListItemClick is not getting called on ListActivity

后端 未结 6 1051
闹比i
闹比i 2021-01-16 12:00

I have a small application, and I am trying to display list of youtube thumbnails using the ListActivity

public class ResultListActivity extends ListActivity         


        
6条回答
  •  清歌不尽
    2021-01-16 12:31

    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

提交回复
热议问题