What is fundamental building blocks / components of Android ?
a. Activities
b. Services
c. Broadcast Receivers
d. Content Providers.
e. all
Answer: E
Android Questions | Multiple Choice | Questions and Answers | Test Bank
a. Activities
b. Services
c. Broadcast Receivers
d. Content Providers.
e. all
Answer: E
a. getExternalStorage(), Context
b. getExternalStorageDirectory(), File
c. getExternalStorageDirectory(), Environment
d. getExternalStorage(), System
Answer: C
a. <activity>, <service>, <receiver>, <content>
b. <activity>, <service>, <broadcastreceiver>, <contentprovider>
c. <activity>, <service>, <broadcast>, <provider>
d. <activity>, <service>, <receiver>, <provider>
Answer: D
a. Intercept the events from a user's interaction with your application
b. Like an activity, it has lifecycle methods that you can implement to monitor changes in its state.
c. It is a program that can run in the background for an indefinite period
d. Service is another building block of android application it does not provide a UI
Answer: A
a. System clears an activity and retain state of all other activities
b. System is independent of activities
c. System will retain the tasks state until closed explicitly
d. System will clear task of activities except root activity
Answer: D
a. A fragment is a part or portion of an activity
b. All of these
c. A fragment is modular in a sense that you can move around or combine with other fragments in a single activity
d. Fragments are also reusable
Answer: B
Answer: Input controls
a. Intercept the events from a user's interaction with your application
b. The interactive components in your app's user interface
c. Represents a behavior or a portion of user interface in an activity
d. A component that does thing but receive and react to broadcast announcements
Answer: D
a. Context, Intent
b. Activity, Intent
c. Context, Bundle
d. Context, Activity
Answer: A
a. Broadcast
b. BroadcastReceiver
c. AbstractBroadcast
d. Broadcaster
Answer: B
a. sendBroadcast(intent);
b. startBroadcast(intent);
c. registerBroadcast(intent);
d. sendBroadcastReceiver(intent);
Answer: A
A. 1998
B. 2008
C. 2005
D. 2003
Answer: B
A. HTC
B. ASUS
C. Google
D. Samsung
Answer: B
A. Project Butter
B. Project Roadrunner
C. Project Speedy
D. Project Swift
Answer: A
A. 4.0
B. 2.1
C. 2.3
D. 2.0
Answer: B
A. Apple
B. Microsoft
C. Danger Inc.
D. All Of Above
Answer: A
A. Star Trek
B. Tron
C. The Matrix
D. Minority Report
Answer: B
A. HTC
B. Google
C. Motorola
D. Foxconn
Answer: A
A. AIM
B. Google Talk
C. Windows Live
D. Yahoo Messenger
E. All Of Above
Answer: E
A. Napster
B. Google Music
C. MP3.com
D. Amazon MP3
Answer: C
A. Froyo
B. Gingerbread
C. Eclair
D. Ice Cream Sandwich
Answer: C
A. 4.1
B. 3.0
C. 4.2
D. 4.3
Answer: A
A. Droid Run
B. ART
C. AR
D. DART
Answer: B
A. Google
B. The Astonishing Tribe
C. Cooliris
D. ATAP
Answer: C
A. Android 4.1
B. Android 4.2
C. Android 4.3
D. All Of Above
Answer: D
A. MIMO
B. Malmo
C. Clock
D. Google Clock
Answer: B
A. Galaxy Nexus
B. Nexus S
C. Nexus 10
D. Nexus 4
Answer: A
A. 2005
B. 2003
C. 2001
D. 2008
Answer: B
A. True
B. False
Answer: B
a. Android Open Source Project
b. Android Open System Plan
c. Android Open Stack Programming
d. Android Operating System Project
Answer: D
a. Google
b. Android inc.
c. Nokia
d. Apple
Answer: B
a. A single screen in an application, with supporting Java code.
b. A multiple screen in an application, with supporting Java code.
c. A single screen in an application, with supporting C++ code.
d. A multiple screen in an application, with supporting C++ code.
Answer: A
A. True
B. False
Answer: A
A. True
B. False
Answer: A
a. Java Virtual Machine.
b. Dalvik Virtual Machine.
c. Windows Virtual Machine.
d. Oracle Virtual Machine.
Answer: B
a. Fragment
b. Activity
c. Layout
d. View
Answer: B
a. Kandy Korn
b. Key Lime Pie
c. Kaiser roll
d. Kiwi
Answer: B
a. Does not share data across Android applications
b. Only one way to access data via Content Provider
c. 3, Shared Preferences - File - SQLite
d. 2, Local data and Network data
Answer: b
a. Yahoo! Messenger
b. Paltalk
c. Windows Live Messenger
d. Google Talk
Answer: B
Select one:
a. Froyo
b. Honeycomb
c. Gingerbread
d. Eclair
Answer: B
Select one:
a. The build number
b. The release date
c. The Android version number
d. Nothing
Answer: C
a. xml
b. menu
c. image
d. drawable
Answer: C
Select one:
A. True
B. False
Answer: A
a. Linux Kernel, Libraries, Android Framework, Android Applications.
b. Symbian Kernel, Libraries, Android Framework, Android Applications.
c. iOS Kernel, Libraries, Android Framework, Android Applications.
d. Windows Kernel, Libraries, Android Framework, Android Applications.
Answer: A
a. Intent
b. Content Provider
c. Activity
d. Service
Answer: A
a. Android inc.
b. Google
c. Nokia
d. Apple
Answer: B
A. True
B. False
Answer: A
Answer: #
Answer: Contacts
Answer: content://com.murach.weather.provider/cities/1
Answer: A ContentResolver object
Answer: A Uri object
Answer: Builder and DialogInterface.
Answer: insert, update, and delete
* query
* getType
Answer: It includes a path to the content
Answer: constants
Answer: AndroidManifest.xml
Answer: MIME
Answer: content provider
* Spinner widgets
* ListView widgets
Answer: libs
* handle events that occur upon the widgets.
* display the widgets correctly.
Answer: TabHost
Answer: TabManager
Answer: adapter
Answer: FragmentActivity
Answer: TabManager