MCQ - Mobile Application Development
MCQ - Mobile Application Development
MCQ - Mobile Application Development
MCQ
11. To use the Android menu system what method you should override?
13. _____is the first callback method invoked by the system during an Activity life-cycle,?
14. What does the line of code achieve of the following? Intent intent = new Intent
(FirstActivity.this,SecondActivity.class );
16. Which is not a valid Android resource file name of the following?
18. Which folder that contains the R.java file of the following?
A. A file that is used to draw the content of an Activity B. A layout PNG image file
A. Image and icon files B. XML resource files C. Both A & B D. Java source code files
22. ______ is the name of the class used by Intent to store additional information?
25. _______ of these files contains text values that you can use in your application?
E. res/values/strings.xml
A. Resource files B. Java Activity classes C. Both A & B D. Java source code
27. Which is a Java call-back method invoked when a view is clicked of the following?