Android 6

Android 6

Professional Development

15 Qs

quiz-placeholder

Similar activities

Employment Law - Module 5: Understanding Data Protection Law

Employment Law - Module 5: Understanding Data Protection Law

Professional Development

10 Qs

COOL Church Employee Handbook Quiz

COOL Church Employee Handbook Quiz

Professional Development

20 Qs

Android 4

Android 4

Professional Development

15 Qs

BCS Network Security Test 2

BCS Network Security Test 2

University - Professional Development

18 Qs

Know The Waze!

Know The Waze!

Professional Development

20 Qs

Yahoo Final Test (Alina)

Yahoo Final Test (Alina)

Professional Development

20 Qs

Briefing 22/jan - Especial VBox Smart

Briefing 22/jan - Especial VBox Smart

Professional Development

18 Qs

Bochartapp

Bochartapp

8th Grade - Professional Development

13 Qs

Android 6

Android 6

Assessment

Quiz

Business

Professional Development

Medium

Created by

ivi gam

Used 1+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

All layout classes are the subclasses of
android.view.View
android.view.ViewGroup
android.widget
None of the above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Action Bar can be associated to
Only Fragments
Only Activities
Both Activities and Fragments
None of the above

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Fill in the blank space in the following sentence with the correct choice: The ………………………… is a layout that arranges other views either horizontally in a single column or vertically in a single row.
LinearLayout
RelativeLayout
ConstraintLayout
Frame Layout

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Your app receives location updates from NETWORK_PROVIDER or from GPS_PROVIDER. If your app receives location information from either of these location provider sources, you need to declare that the app uses these hardware features in your app manifest. Which of the following tags gives the location information to your app?
<uses-permission android:name=”android.permission.ACCESS_FINE_GPS” />
<uses-permission android:name=”android.permission.INTERNET” />
<uses-permission android:name=”android.permission.ACCESS_FINE_LOCATION” />
<uses-permission android:name=”android.permission.ACCESS_GPS_LOCATION” />

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is commit() and apply() in SharedPreferences?
- commit() returns a boolean value of success or failure immediately by writing data synchronously. - B28:M28.
- apply() returns a boolean value of success or failure immediately by writing data synchronously. commit() is asynchronous and it won't return any boolean response.
Both apply and commit returns a boolean value of success or failure immediately by writing data synchronously.
Both apply and commit are asynchronous and it won't return any boolean response

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The ... uses composition in place of inheritance to extend the functionality of an object at runtime. BufferedReader and BufferedWriter are some excellent examples of... in Java.
Composite pattern
Decorator pattern
Template pattern
State pattern

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

...makes it easy to create loosely coupled components, which typically means that components consume functionality defined by interfaces without having any first-hand knowledge of which implementation classes are being used
Bridge
Decorator
Dependency injection
None

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?