platforms and products Online Quiz - 31
Description: platforms and products Online Quiz - 31 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: platforms and products |
Any handheld solution offers
Which source snippet connect the TextView object (e.g. “tv”) with on-screen display -
Android Application APK includes -
If any of the permissions declared in tag fails, then what exception is thrown back to the application -
Which file contains project settings, such as the build target
17) What is “dip” ?
How would you ensure that Android SDK is successfully installed on your desktop? Choose the most appropriate answer.
You can check the available Android targets using
Which of the following is not a resource exposed through R.java
Select a tool that produces graphical analysis views of trace log data -
You can test Android Emulator using following command -
In case of Delvik DEX executable, all the classes of an Android application are packed into more than one file.
The init process is the "grandmother" of all system processes. Every other process in the system will be launched from this process or one of its descendants.
Eclipse Android Plug-in will check the validity of all asset constant IDs in R.java during run-time.
The Android Manifest file presents essential information about the application to the Android system, information the system must have before it can run any of the application's code.
Java ME and Java SE applications are runnable on Android even if the class libraries as well as the generated byte code are different
Every Android application runs in its own Linux process. Android starts the process when any of the application's code needs to be executed, and shuts down the process when it's no longer needed and system resources are required by other applications.
The .apk file is used for application distribution and installation which users download to their device
In Android project structure, Assets folder contains file that are not packaged with the application.