NEW
Font size
WorksheetsAndroid Application
Total questions: 10
Worksheet time: 5mins
Which component represents the single screen with a user interface?
Services
Activities
Broadcast receiver
Content Provider
Which file describes all of the components of your Android app?
AndroidManifest.xml
activity_first_app.xml
MainAppActivity.Java
Gradle file
______ is a device configuration that runs on the Android Emulator.
Android Virtual Device
Android Visual Device
Android Emulator Device
APK Device
Which pane shows the actions taken to install and run the app.
Project Pane
Run Pane
Module Pane
Component pane
Which tab displays the information about your app as it is running.?
Log detail tab
Logcat tab
Code tab
Design tab
_______ is a build system and is responsible for code compilation, testing, deployment and conversion of the code into .dex files
manifest
Gradle
App Code
APK emulator
Which component supplies data from one application to others on request?
Services
Content Provider
Broadcast receiver
Activities
Which component runs in the background to perform long running operations?
Content Providers
Services
Broadcast receiver
Activities
Which tab shows all the tools useful for the app?
Tool Palette
Component Palette
Component Tree
Design Tab
Expand APK.
Application Programming Kit
Application Package
Android Programming Kit
Android Package
