What is fundamental building blocks / components of Android ?a. Activitiesb. Servicesc. Broadcast Receiversd. Content Providers.e. allAnswer:&nbs...
In Android, the___ method of ___ class to return the full path to external storage.
In Android, the___ method of ___ class to return the full path to external storage.a. getExternalStorage(), Contextb. getExternalStorageDirectory(), Filec....
How do you declare 4 components (Activity, Service, BroadcastReceiver, ContentProvider) of android in mainfestfile?
How do you declare 4 components (Activity, Service, BroadcastReceiver, ContentProvider) of android in mainfestfile?a. <activity>, <service>,...
What is not a service?
What is not a service?a. Intercept the events from a user's interaction with your applicationb. Like an activity, it has lifecycle methods that you can...
If the user leaves a task for long time
If the user leaves a task for long timea. System clears an activity and retain state of all other activitiesb. System is independent of activitiesc. System...
What is a Fragment?
What is a Fragment?a. A fragment is a part or portion of an activityb. All of thesec. A fragment is modular in a sense that you can move around or combine...
__________ are the interactive components in your app's user interface.
__________ are the interactive components in your app's user interface.Answer: Input contr...
What is broadcast receiver?
What is broadcast receiver?a. Intercept the events from a user's interaction with your applicationb. The interactive components in your app's user interfacec....
What are the inputs to the onReceive() method of a broadcast receiver?
What are the inputs to the onReceive() method of a broadcast receiver?a. Context, Intentb. Activity, Intentc. Context, Bundled. Context, ActivityAnsw...
What class do you have to inherit from to be a broadcast receiver?
What class do you have to inherit from to be a broadcast receiver?a. Broadcastb. BroadcastReceiverc. AbstractBroadcastd. BroadcasterAnswer:&nbs...
What method is used to send a broadcast event?
What method is used to send a broadcast event?a. sendBroadcast(intent);b. startBroadcast(intent);c. registerBroadcast(intent);d. sendBroadcastReceive...
What year was the first Google I/O held?
What year was the first Google I/O held?A. 1998B. 2008C. 2005D. 2003Answer:&nbs...
Who made the first Nexus tablet?
Who made the first Nexus tablet?A. HTCB. ASUSC. GoogleD. SamsungAnswer:&nbs...
What is the name of Google's efforts to make Android run at 60FPS?
What is the name of Google's efforts to make Android run at 60FPS?A. Project ButterB. Project RoadrunnerC. Project SpeedyD. Project SwiftAnswer:&nbs...
What was the first version to be updated with multitouch gestures like pinch zoom?
What was the first version to be updated with multitouch gestures like pinch zoom?A. 4.0B. 2.1C. 2.3D. 2.0Answer:&nbs...
Where did Andy Rubin work before founding Android Inc?
Where did Andy Rubin work before founding Android Inc?A. AppleB. MicrosoftC. Danger Inc.D. All Of AboveAnswer:&nbs...
What movie inspired the design of Honeycomb?
What movie inspired the design of Honeycomb?A. Star TrekB. TronC. The MatrixD. Minority ReportAnswer:&nbs...
What company built the first Nexus device?
What company built the first Nexus device?A. HTCB. GoogleC. MotorolaD. FoxconnAnswer:&nbs...
What chat protocols did Android 1.0 support?
What chat protocols did Android 1.0 support?A. AIMB. Google TalkC. Windows LiveD. Yahoo MessengerE. All Of AboveAnswer:&nbs...
What was Android's first packed-in music store?
What was Android's first packed-in music store?A. NapsterB. Google MusicC. MP3.comD. Amazon MP3Answer:&nbs...
What was the first Android version to have turn-by-turn GPS navigation?
What was the first Android version to have turn-by-turn GPS navigation?A. FroyoB. GingerbreadC. EclairD. Ice Cream SandwichAnswer:&nbs...
What was the first Android version to ship with Google Now?
What was the first Android version to ship with Google Now?A. 4.1B. 3.0C. 4.2D. 4.3Answer:&nbs...
What's the acronym for Android's future (post-Dalvik) runtime?
What's the acronym for Android's future (post-Dalvik) runtime?A. Droid RunB. ARTC. ARD. DARTAnswer:&nbs...
Who developed the Android 2.1 gallery?
Who developed the Android 2.1 gallery?A. GoogleB. The Astonishing TribeC. CoolirisD. ATAPAnswer:&nbs...
What version of Android is codenamed "Jelly Bean"?
What version of Android is codenamed "Jelly Bean"?A. Android 4.1B. Android 4.2C. Android 4.3D. All Of AboveAnswer:&nbs...
What is the "brand" of the clock widget in Android 1.0?
What is the "brand" of the clock widget in Android 1.0?A. MIMOB. MalmoC. ClockD. Google ClockAnswer:&nbs...
Before its release, what device was known as the "Nexus Prime"?
Before its release, what device was known as the "Nexus Prime"?A. Galaxy NexusB. Nexus SC. Nexus 10D. Nexus 4Answer:&nbs...
What year was Android founded?
What year was Android founded?A. 2005B. 2003C. 2001D. 2008Answer:&nbs...
Android application can only be programmed in Java?
Android application can only be programmed in Java?A. TrueB. FalseAnswer:&nbs...
What does AOSP stand for?
What does AOSP stand for?a. Android Open Source Projectb. Android Open System Planc. Android Open Stack Programmingd. Android Operating System Projec...
Which company developed Android?
Which company developed Android?a. Googleb. Android inc.c. Nokiad. AppleAnswer:&nbs...
What is an Activity?
What is an Activity?a. A single screen in an application, with supporting Java code.b. A multiple screen in an application, with supporting Java code.c....
The Dalvik Debug Monitor Service (DDMS) is a key debugging utility that is integrated into the Eclipse, the favoured development environment for Android apps.
The Dalvik Debug Monitor Service (DDMS) is a key debugging utility that is integrated into the Eclipse, the favoured development environment for Android...
Can an application be started on power up?
Can an application be started on power up?A. TrueB. FalseAnswer:&nbs...
Android uses:
Android uses:a. Java Virtual Machine.b. Dalvik Virtual Machine.c. Windows Virtual Machine.d. Oracle Virtual Machine.Answer:&nbs...
What is not Components of a Screen?
What is not Components of a Screen?a. Fragmentb. Activityc. Layoutd. ViewAnswer:&nbs...
Before Google and Nestle teamed up to call Android 4.4 "KitKat," what was it referred to as internally?
Before Google and Nestle teamed up to call Android 4.4 "KitKat," what was it referred to as internally?a. Kandy Kornb. Key Lime Piec. Kaiser rolld. K...
How many way to share data across Android applications?
How many way to share data across Android applications?a. Does not share data across Android applicationsb. Only one way to access data via Content Providerc....
Which chat protocol that Android 1.0 didn't support?
Which chat protocol that Android 1.0 didn't support?a. Yahoo! Messengerb. Paltalkc. Windows Live Messengerd. Google TalkAnswer:&nbs...
What version of Android never came to phones?
What version of Android never came to phones?Select one:a. Froyob. Honeycombc. Gingerbreadd. EclairAnswer:&nbs...
What does the time often denote in Android product shots?
What does the time often denote in Android product shots?Select one:a. The build numberb. The release datec. The Android version numberd. NothingAnsw...
Which is not a Android resource?
Which is not a Android resource?a. xmlb. menuc. imaged. drawableAnswer:&nbs...
A project is compiled into a single .apk file.
A project is compiled into a single .apk file.Select one:A. TrueB. FalseAnswer:&nbs...
What are the key components of Android Architecture?
What are the key components of Android Architecture?a. Linux Kernel, Libraries, Android Framework, Android Applications.b. Symbian Kernel, Libraries,...
Object in Android holds the contents of a message that is sent between modules
Object in Android holds the contents of a message that is sent between modulesa. Intentb. Content Providerc. Activityd. ServiceAnswer:&nbs...
Which company bought android?
Which company bought android?a. Android inc.b. Googlec. Nokiad. AppleAnswer:&nbs...
Does Android support the Bluetooth serial port profile?
Does Android support the Bluetooth serial port profile?A. TrueB. FalseAnswer:&nbs...
When coding a URI, what character can you use as a wildcard to match any number?
When coding a URI, what character can you use as a wildcard to match any number?Answer:&nbs...
Which of the following is a content provider that's typically included with Android?
Which of the following is a content provider that's typically included with Android?Answer: Conta...
Which of the following URIs follows standard conventions for specifying a single row within a table of cities?
Which of the following URIs follows standard conventions for specifying a single row within a table of cities?Answer: content://com.murach.weath...
You can call any methods of a content provider from what object?
You can call any methods of a content provider from what object?Answer: A ContentResolver obj...
What is the first argument for every data access method of the ContentProvider class?
What is the first argument for every data access method of the ContentProvider class?Answer: A Uri obj...
What class and interface can you use to build and display a dialog box that includes event handlers?
What class and interface can you use to build and display a dialog box that includes event handlers?Answer: Builder and DialogInterfa...
To allow other apps to modify the data in your database, you can override the ________________ method(s) of the ContentProvider class.
To allow other apps to modify the data in your database, you can override the ________________ method(s) of the ContentProvider class.Answer: insert,...
To allow other apps to query your database, you can override the ________________ methods of the ContentProvider class.
To allow other apps to query your database, you can override the ________________ methods of the ContentProvider class.* query* getT...
Which of the following is true about a URI (Uniform Resource Identifier) for a content provider?
Which of the following is true about a URI (Uniform Resource Identifier) for a content provider?Answer: It includes a path to the cont...
When you work with a content provider that's included with Android, you can import the classes that contain the ________________ for working with the content provider.
When you work with a content provider that's included with Android, you can import the classes that contain the ________________ for working with the...
Before other apps can use your content provider class, you must register it by adding a provider element to the ________________ file.
Before other apps can use your content provider class, you must register it by adding a provider element to the ________________ file.Answer: An...
A/an _______________ type is an Internet standard for defining types of content.
A/an _______________ type is an Internet standard for defining types of content.Answer: M...
A/an ________________ allows multiple apps to share the same data.
A/an ________________ allows multiple apps to share the same data.Answer: content provi...
The class for a custom adapter that extends the BaseAdapter class can supply the data for the
The class for a custom adapter that extends the BaseAdapter class can supply the data for the* Spinner widgets* ListView widg...
To add the TabManager library to your project, copy the TabManager.jar file to the _________________ directory for your project. Then, make sure the project inlcudes a dependency for the .jar files in this directory.
To add the TabManager library to your project, copy the TabManager.jar file to the _________________ directory for your project. Then, make sure the project...
When the layout for a ListView widget contains complex widgets such as a check box, you code a class that extends the layout. This allows you to
When the layout for a ListView widget contains complex widgets such as a check box, you code a class that extends the layout. This allows you to* handle...
Within the class for a fragment, you can use the ________________ class to get the tag for the current tab.
Within the class for a fragment, you can use the ________________ class to get the tag for the current tab.Answer: TabH...
Within the class for an activity, you can use a/an ________________ object to add one or more tabs.
Within the class for an activity, you can use a/an ________________ object to add one or more tabs.Answer: TabMana...
Within the class for a fragment, you can use a custom _________________ to display appropriate data for the current tab.
Within the class for a fragment, you can use a custom _________________ to display appropriate data for the current tab.Answer: adap...
It is considered a best practice to use the ________________ class to display tabs and tab content.
It is considered a best practice to use the ________________ class to display tabs and tab content.Answer: FragmentActiv...
The ________________ class provides a way to use a fragment to display the content for each tab.
The ________________ class provides a way to use a fragment to display the content for each tab.Answer: TabMana...
Subscribe to:
Posts (Atom)