What method you should override to use Android menu system?
Answer(s): A
To specify the options menu for an activity, override onCreateOptionsMenu() (fragments provide their own onCreateOptionsMenu() callback).
http://developer.android.com/guide/topics/ui/menus.html
What Activity method you use to retrieve a reference to an Android view by using the id attribute of a resource XML?
Answer(s): B
The findViewById(int id) method looks for a child view with the given id.
http://developer.android.com/reference/android/view/View.html
Which of the following is not an Android component (i.e. a point from which the system can enter your application)?
Answer(s): C
Here are the four types of app components: Activities, Services, Content providers, and Broadcast receivers.
http://developer.android.com/guide/components/fundamentals.html
During an Activity life-cycle, what is the first callback method invoked by the system?
Android ATC Self Study Guide http://www.androidatc.com/pages-19/Self-Study
Post your Comments and Discuss Android AND-401 exam with other Community members: