A good example app should demonstrate most of the aspects of the...
An implicit intent is the sender specifies the type of receiver?
Google licensed some proprietary apps.
When you distribute your application commercially,you'll want to...
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...
To create an emulator, you need an AVD. What does it stand for?
App Widgets are can be place on the home screen by the user to check...
The android OS comes with many useful system services, which include...
Which of the following are not a component of an APK file?
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,...
The R file is a(an) generated file
An activity can be thought of as corresponding to what?
The XML file that contains all the text that your application uses.
What built-in database is Android shipped with?
The AWT and Swing libraries have been removed from the Android library...
The Android Software Development Kit (SDK) is all you need to develop...
While developing Android applications, developers can test their apps...
What is an Activity?
There is no guarantee that an activity will be stopped prior to being...
Application contexts are independent of the activity life cycle.
Which one is not a nickname of a version of Andriod?
Android is licensed under which open source licensing license?
What part of the Android platform is open source?
Android Applications must be signed.
What file is responsible for glueing everthing together , explaining...
What runs in the background and doesn't have any UI components?
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...
The Emulator is identical to running a real phone EXCEPT when...
Services have any user interface components
Although most people's first thought when they think of Android is...
Broadcast receivers are Android's implementation of a system-wide...
Android tries hard to ______________ low-level components,...
When the activity is not in focus, but still visible on the screen it...
What will services be used for in the Yamba project?
If the UI begins to behave sluggishly or crash while making network...
From a phone manufacturer's point of view, what makes Android so...
When did Google purchase Android?
What is a key difference with the distribution of apps for Android...
What is the name of the program that converts Java byte code 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?
When developing for the Android OS, Java byte code is compiled into...
What is contained within the manifest xml file?
How is a simulator different from an emulator?
YAMBA stands for Yet Another Mobile Banking App.
How does Google check for malicious software in the Android Market?
What was Google's main business motivation for supporting Android?
Which of these are not one of the three main components of the APK?
Which of the following is NOT a state in the lifecycle of a service?
Status data will be exposed to the rest of the Android system via:
A device with Android installed is needed to develop apps for Android.
Which Android version had the greatest share of the market as of...
What was the main reason for replacing the Java VM with the Dalvik VM...
The emulated device for android.
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...
In an explicit intent, the sender specifies the type of receiver.
Which answer is not part of the design philosophy talked about in...
The timeline receiver will receive messages from the Android system.