Valid AND-401 Dumps shared by ExamDiscuss.com for Helping Passing AND-401 Exam! ExamDiscuss.com now offer the newest AND-401 exam dumps, the ExamDiscuss.com AND-401 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AND-401 dumps with Test Engine here:
Which of the following adds a click listener to items in a ListView?
Correct Answer: B
Explanation/Reference: SetOnItemClickListener(AdapterView.OnItemClickListener listener) registers a callback to be invoked when an item in this AdapterView has been clicked. Note: An AdapterView is a view whose children are determined by an Adapter. Incorrect: A: SetOnClickListener (View.OnClickListener l) registers a callback to be invoked when this view is clicked. If this view is not clickable, it becomes clickable. References: http://developer.android.com/reference/android/widget/AdapterView.html