Can i get onClickListener for this list listed by CustomAdapter?
问题 I have listed a list with custom adapter to display different images in each list item and succeeded. Now i need to add a onitemclick listener for that list. Unable to access the id because the list id is - "@+id/android:list". Unable to identify this id. Any ideas please share. You will get some more idea when you see this below link Click here for the example i tried. 回答1: In the given example, the ListActivity is extended in CustomAdapterActivity.java so its simple to get Click events of