131)The Android SDK ships with an emulator.
A.true
B.false
Answer : A
132) What is the driving force behind an Android application and that ultimately gets converted into a Dalik executable?
A.Java source code
B.R-file
C.the emulator
D.the SDK
Answer : A
133) while developing android application, developers can test their apps on.
A.Emulator included in Android SDK
B.Physical Android phone
C.Third Party Emulators (Youwave, etc)
D.All three options will work
Answer : D
134) What file is responsible for glueing everything together, explaining what the application consists of, what its main building blocks are, ext..?
A.Layout file
B.Strings XML.
C.R file
D.Manifest file
Answer : D
135) The XML file that contains all the text that your application uses.
A.stack.xml
B.text.xml
C.strings.xml
D.string.java
Answer : C