NEW
Font size
WorksheetsMAD S9+L9 - 1
Total questions: 10
Worksheet time: 6mins
What is
contained within the Layout xml file?
Orientations and layouts that specify what the display looks like.
The permissions required by the app.
The strings used in the app.
Code which is compiled to run the app.
Which
are the key ingredients that help to make the app lively
A.Graphics and animation
B. Idea of the App
C.UI Design
A and C
Only A
B and C
All A, B, and C
What is DDMS in android?
Dalvik Debug Monitor Service
Direct Driven Monitor Service
Dalvik Debug Monitor Server
Data-Driven monitor server
Which of the following is the 2D graphics component of Android?
OpenGL
MediaSession
Drawables and Canvas
AIDL
What will be in the drawable folder of android?
backgrounds
banners
icons and splash screen
All the above
What is AVD in android studio?
Android Virtual Display
Android Virtual Device
Application Virtual Display
Application Virtual Device
The XML file which contains all the text that your application uses is?
stack.xml
text.xml
string.xml
string.java
What makes a specific set of the application data available to other applications
Content provider
Broadcast receivers
Intent
None of these
What is the appropriate pixel parameter used while defining the font size?
px
sp
dp
dip
What runs in the background and doesn’t have any UI components?
Intent
Content Provider
Services
NONE
