When you distribute your application commercially,you'll want to...
To create an emulator, you need an AVD. What does it stand for?
Google licensed some proprietary apps.
A good example app should demonstrate most of the aspects of the...
Android is licensed under which open source licensing license?
Which one is not a nickname of a version of Andriod?
Android is based on Linux for the following reason.
Which of the following are not a component of an APK file?
The R file is a(an) generated file
The Android SDK ships with an emulator.
The manifest explains what the application consists of and glues...
What built-in database is Android shipped with?
The android OS comes with many useful system services, which include...
Android releases since 1.5 have been given nicknames derived how?
What operating system is used as the base of the Android stack?
What is contained within the Layout xml file?
The ___________ file specifies the layout of your screen.
The XML file that contains all the text that your application uses.
There is no guarantee that an activity will be stopped prior to being...
Creating a UI (User Interface) in Android requires careful use of...
What part of the Android platform is open source?
Android doesn't make any assumptions about a device's screen...
Android Applications must be signed.
What runs in the background and doesn't have any UI components?
The AWT and Swing libraries have been removed from the Android library...
What is the driving force behind an Android application and that...
While developing Android applications, developers can test their apps...
Lists and adapters are more organizational aids than user interface...
App Widgets can be placed on the home screen by the user to check for...
An Android application is a loose collection of content providers,...
Android tries hard to ______________ low-level components,...
An activity can be thought of as corresponding to what?
What is an Activity?
Intents
When the activity is not in focus, but still visible on the screen it...
What will services be used for in the Yamba project?
Which piece of code used in Android is not open source?
What file is responsible for glueing everthing together , explaining...
What was the first phone released that ran the Android OS?
What year was the Open Handset Alliance announced?
What is contained within the manifest xml file?
Services have any user interface components
Broadcast receivers are Android's implementation of a system-wide...
From a phone manufacturer's point of view, what makes Android so...
What is the name of the program that converts Java byte code into...
The R.java file is where you edit the resources for your project.
Your Java source code is what is directly run on the Android device.
How is a simulator different from an emulator?
Application contexts are independent of the activity life cycle.
What was Google's main business motivation for supporting Android?
A device with Android installed is needed to develop apps for Android.
When did Google purchase Android?
Which among these are NOT a part of Android's native libraries?
The Android Software Development Kit (SDK) is all you need to develop...
An implicit intent is the sender specifies the type of receiver?
There can be only one running activity at a given time.
YAMBA stands for Yet Another Mobile Banking App.
What is a funny fact about the start of Android?
Android is built upon the Java Micro Edition (J2ME) version of Java.
Which of these are not one of the three main components of the APK?
Although most people's first thought when they think of Android is...
What is a key difference with the distribution of apps for Android...
When developing for the Android OS, Java byte code is compiled into...
The emulated device for android.
Which of the following is the most "resource hungry" part of...
Which of the following is NOT a state in the lifecycle of a service?
What does the Gargenta mean in his Design Philosophy when he says that...
As an Android programmer, what version of Android should you use as...
What year was development on the Dalvik virtual machine started?
The Emulator is identical to running a real phone EXCEPT when...
Which answer is not part of the design philosophy talked about in...
Status data will be exposed to the rest of the Android system via:
If the UI begins to behave sluggishly or crash while making network...
Why are the so few users left with versions 1.0 and 1.1?
How does Google check for malicious software in the Android Market?
Which Android version had the greatest share of the market as of...
What does the .apk extension stand for?
What was the main reason for replacing the Java VM with the Dalvik VM...
The timeline receiver will receive messages from the Android system.
When an activity doesn't exist in memory it is in.
An activity in a stopped state is doing nothing.
Which of the following is NOT an activity we will be creating for the...
How does Gargenta approach the problem of the app acting sluggishly...
In an explicit intent, the sender specifies the type of receiver.