Which of the following makes a ListView Clickable?
Which of the following makes a ListView Clickable?
To make a ListView clickable, you need to use the method setClickable(true). This method ensures that the ListView can respond to click events. setEnabled(true) makes the ListView enabled but does not necessarily make it respond to click events directly.
C. setEnabled(true)