0% found this document useful (0 votes)
5 views3 pages

Question Bank

The document provides a question bank related to Android development, covering topics such as the Open Handset Alliance, Android Virtual Devices, UI elements, and the Dalvik Virtual Machine. It outlines the purpose of intents in Android, the structure of layouts, and compares JVM with DVM. Key elements discussed include various layout types and the functionality of Table Layout in organizing UI components.

Uploaded by

aayushsawant511
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views3 pages

Question Bank

The document provides a question bank related to Android development, covering topics such as the Open Handset Alliance, Android Virtual Devices, UI elements, and the Dalvik Virtual Machine. It outlines the purpose of intents in Android, the structure of layouts, and compares JVM with DVM. Key elements discussed include various layout types and the functionality of Table Layout in organizing UI components.

Uploaded by

aayushsawant511
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Question Bank

MAD:1

1. What is Oha ( Open Handset Alliance)?

Ans: In november 2007 google Formed open Handset Alliance in order to develop open Source software
platform for use in Mobile device An OHA is and group is a in charge of Android Smart Phones operating
system

The main Goal of Oha Alliance is to create mobality without any border where mobile device and
application all work Together to Achieve Single Goal

2. Define Android Virtual Device ?

An AVD Represent an device Configuration An Avd is an configuration that define the charactertics of
android phone tablet android tv, or automative os that want to be simulate into android Emulator

An AVD is an Emulator Configuration that enable to model and actual device by calling hardware and
software option to be emulated by android emulator

3. Enlist the element of UI?

TextView

EditView

ListView

GridView

ScorllView

4. Define Dalvik Register Virtual Machine?

Ans:Dalvik is and Register based virtual machine that been optimized to ensure that a device can be run
multiple instance effectively

The Dvm is and device underlying linux kernel to handle low-level functionality including
Security,threading, and process and memory Management
5. what is and layout state the type of Layout ?

Ans: An layout Define the structure of User Interface in the application There are number of layout
provided by an android which will use almost all android application to provide different view look and
feel

Layout in android are very important for gui based application The android SDK include various layout
such as :

Linear layout

Frame Layout

Table Layout

Absolute layout

Relative Layout

6. State the use of intent in Android :

Ans: An Intent is an Messaging object you can Request an action form another app component intent
are use for facilating communication between component like Activities services and Broadcast Reciever

7. State the use of Table Layout :

Ans: The Uses of Table Layout are:

Row and Column: Tablelayout organize child element into row and each row contain multiple column

No fixed Number of Column: Tablelayout doen’t defined fixed number of column instead it adjust based
on the number of child
State the difference between jvm and Dvm?

Jvm:

JVM support multiple operating system

Jvm run on more memory

You might also like