21 Batch Android Programming Services, Fragments

21 Batch Android Programming Services, Fragments

University

10 Qs

quiz-placeholder

Similar activities

The Marketing Guru

The Marketing Guru

University

10 Qs

OSCM 306 Quiz 3 2nd

OSCM 306 Quiz 3 2nd

University

10 Qs

Revisão de CCS 2º Bimestre

Revisão de CCS 2º Bimestre

University

10 Qs

QUIZ 1

QUIZ 1

University

10 Qs

Cost Accounting - Labour

Cost Accounting - Labour

University

10 Qs

Technology for Teaching and Learning 2

Technology for Teaching and Learning 2

University

11 Qs

CYBER CONCLAVE- ROUND 2

CYBER CONCLAVE- ROUND 2

University

10 Qs

Quiz on Dynamics of Employee Relations

Quiz on Dynamics of Employee Relations

9th Grade - University

15 Qs

21 Batch Android Programming Services, Fragments

21 Batch Android Programming Services, Fragments

Assessment

Quiz

Other

University

Medium

Created by

Suresh Mamidisetti

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following android component displays the part of an activity on screen?

Intent

View

Manifest

Fragment

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the first callback method that is invoked by the system during an activity life-cycle?

onStart() method

onClick() method

onCreate() method

onClick() method

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can we stop the services in android?

By using the finish() method

By using system.exit() method

By using the stopSelf() and stopService() method

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A service is started when component calls______.

onCreate()

onStartCommand()

startService()

start()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A service is bound when another component calls_______

bindService()

bind()

Both A and B

None of these

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The system calls this method when all clients have disconnected from a particular interface published by the service.

onUnBind()

onUnbind()

stopService()

onStop()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is true about Fragments ?

A fragment has its own layout and its own behaviour with its own life cycle callbacks.

You can add or remove fragments in an activity while the activity is running.

You can combine multiple fragments in a single activity to build a multi-pane UI.

All of the above

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?