|
What is the virtual machine that runs the Android apps in an Android smart phone?
|
Date | 20.06.2017 | Size | 5.54 Kb. | | #21146 |
| -
What is the virtual machine that runs the Android apps in an Android smart phone?
Dalvik Virtual Machine (DVM)
-
Why DVM is used instead of the conventional Java virtual machine (JVM)?
-
What is an API level in Android programing?
API Level is an integer value that uniquely identifies the framework API revision offered by a version of the Android platform.
-
Write the code segment to start an Activity from another Activity.
Intent intent = new Intent(CurrentActivity.this, OtherActivity.class);
startActivity(intent);
-
Can you develop Android application without eclipse?
Yes
-
What steps do you have to follow to run and Android application that was written in eclipse?
-Plug in the mobile phone to PC the using the USB connection
-Install the driver if it the first time plugged in
-Launch the application form the Eclipse and choose phone if prompted
-
What is the installing android application package file is called?
An APK file
-
What is the XML file in Android development that determines which processes will host application components?
AndroidManifest.xml
-
What is the use of application permissions in Android?
To restrict the misuse of important resources and enable privacy
Share with your friends: |
The database is protected by copyright ©ininet.org 2024
send message
|
|