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 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?
A good example app should demonstrate most of the aspects of the...
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?
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.
The ___________ file specifies the layout of your screen.
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?
Lists and adapters are more organizational aids than user interface...
An Android application is a loose collection of content providers,...
Android tries hard to ______________ low-level components,...
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...
Which piece of code used in Android is not open source?
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?
What was the first phone released that ran the Android OS?
Broadcast receivers are Android's implementation of a system-wide...
What year was the Open Handset Alliance announced?
What is the name of the program that converts Java byte code into...
What is contained within the manifest xml file?
What file is responsible for glueing everthing together , explaining...
Application contexts are independent of the activity life cycle.
From a phone manufacturer's point of view, what makes Android so...
When did Google purchase Android?
Which among these are NOT a part of Android's native libraries?
Your Java source code is what is directly run on the Android device.
How is a simulator different from an emulator?
The Android Software Development Kit (SDK) is all you need to develop...
Services have any user interface components
There can be only one running activity at a given time.
What is a funny fact about the start of Android?
Which of these are not one of the three main components of the APK?
The R.java file is where you edit the resources for your project.
An implicit intent is the sender specifies the type of receiver?
A device with Android installed is needed to develop apps for Android.
The emulated device for android.
Which of the following is the most "resource hungry" part of...
YAMBA stands for Yet Another Mobile Banking App.
Although most people's first thought when they think of Android is...
As an Android programmer, what version of Android should you use as...
What was Google's main business motivation for supporting Android?
What year was development on the Dalvik virtual machine started?
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?
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...
Android is built upon the Java Micro Edition (J2ME) version of Java.
What is a key difference with the distribution of apps for Android...
When developing for the Android OS, Java byte code is compiled into...
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:
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?
The timeline receiver will receive messages from the Android system.
What was the main reason for replacing the Java VM with the Dalvik VM...
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.