Android
AND-401 · Question #130
AND-401 Question #130: Real Exam Question with Answer & Explanation
Sign in or unlock AND-401 to reveal the answer and full explanation for question #130. The question stem and answer options stay visible for context.
Question
Which of the following applies a context menu on a ListView? (Choose two)
Options
- AListView lv = getListView();lv.registerForContextMenu()
- BListView lv= getListView();registerForContextMenu(lv);
- CListView lv = (ListView) findViewById(R.id.list_view_id);registerForContextMenu(lv)
- DgetListView().setConextMenuEnabled(true)
Unlock AND-401 to see the answer
You've previewed enough free AND-401 questions. Unlock AND-401 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.