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