Android Interview Questions and Answers, Multiple Choice Questions and Answers
Tuesday, 19 August 2014
What file is responsible for gluing everything together , explaining what the application consists of, what its main building blocks are, ext...? | Android Questions
A.
Layout file
B.
Strings XML
C.
R file
D.
Manifest file
Ans: D
1 comment:
Unknown
10 June 2020 at 01:06
D
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
In an explicit intent, the sender specifies the type of receiver. | Android Questions
A. True B. False Ans: B
Which of the following is the most "resource hungry" part of dealing with Activities on Android. | Android Questions
A. Closing an app B. Suspending an app C. Opening a new app D. Restoring the most recent app Ans: C
The XML file that contains all the text that your application uses. | Android Questions
A. stack.xml B. text.xml C. strings.xml D. string.java Ans: C
The R file is a(an) generated file. | Android Questions
A. Automatically B. Manually C. Emulated D. None of the above Ans: A
D
ReplyDelete