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