What is the virtual machine that runs the Android apps in an Android smart phone?



Download 5.54 Kb.
Date20.06.2017
Size5.54 Kb.
#21146

  1. What is the virtual machine that runs the Android apps in an Android smart phone?

Dalvik Virtual Machine (DVM)

  1. Why DVM is used instead of the conventional Java virtual machine (JVM)?



  1. 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.

  1. Write the code segment to start an Activity from another Activity.


Intent intent = new Intent(CurrentActivity.this, OtherActivity.class);

startActivity(intent);



  1. Can you develop Android application without eclipse?

Yes

  1. 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

  1. What is the installing android application package file is called?

An APK file

  1. What is the XML file in Android development that determines which processes will host application components?

AndroidManifest.xml

  1. What is the use of application permissions in Android?
    To restrict the misuse of important resources and enable privacy



Download 5.54 Kb.

Share with your friends:




The database is protected by copyright ©ininet.org 2024
send message

    Main page