Which method is used to close an activity?
A. Destroy()Which of the following Activity methods is invoked when the user clicks on an options menu item?
A. onItemClickedYou can create a custom view by extending class:
A. android.widget.ViewWhich of the following is NOT true about class AsyncTask?
A. It must be used by sub-classing it.Which of the following methods is called in an Activity when another activity gets into the foreground?
A. onStop()Which manifest file permission you should add to allow your application to read the device's address book?
A. READ_ADDRESS_DATAConsider the following :
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
case R.id.create_new:
newFile();
return true
default:
return super.onOptionsItemSelected(item);
}
}
Upon clicking on one of the menu items, the application did not behave as intended. Which of the following might be the cause of this problem?
A. The developer did not set onClickListener on the menu item.What method you should override to use Android menu system?
A. onCreateOptionsMenu()Which of the following is incorrect about intents?
A. They can be used to start an Activity.Which of the following is incorrect about the LogCat tool?
A. A LogCat view is available as part of the ADT plugin of Eclipse.Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Android exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your AND-401 exam preparations and Android certification application, do not hesitate to visit our Vcedump.com to find your solutions here.