Android
AND-401 · Question #12
Which of the following makes a ListView Clickable?
The correct answer is C. setEnabled(true). See the full explanation below for the reasoning.
Question
Which of the following makes a ListView Clickable?
Options
- AsetClickable(true)
- BsetVisibility(View.Visible)
- CsetEnabled(true)
- DsetItemsEnabled(true)
How the community answered
(30 responses)- A7% (2)
- B3% (1)
- C70% (21)
- D20% (6)
Community Discussion
No community discussion yet for this question.