Android Quiz 2

Android Quiz 2

University

5 Qs

Student preview

quiz-placeholder

Similar activities

KUIZ TOPIK 3 REKABENTUK FORM DAN REPORT

KUIZ TOPIK 3 REKABENTUK FORM DAN REPORT

University

10 Qs

 Executing SQL Commands With Python

Executing SQL Commands With Python

12th Grade - University

10 Qs

QUIZ DBS-BIT20803

QUIZ DBS-BIT20803

University

10 Qs

Introduction to DBMS

Introduction to DBMS

University

10 Qs

IS Topic 4 (programming)

IS Topic 4 (programming)

University

10 Qs

C# Chapter 6

C# Chapter 6

University

10 Qs

SQL Queries

SQL Queries

University

10 Qs

Chapter 7: Database

Chapter 7: Database

University

10 Qs

Android Quiz 2

Android Quiz 2

Assessment

Quiz

Created by

Péter Ekler

Computers

University

4 plays

Medium

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What must be listed in the Manifest file?

Application components: Activity,Service, BroadcastReceiver,ContentProvider

Fragments

Database tables

Layouts

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which is not required for the RecyclerView?

Adapter class

overriding the onBindViewHolder(...) method in the Adapter

ViewHolder class

Intent object

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the role of the DAO?

It is responsible for UI rendering in a declarative way.

It lists the entity classes for database management.

It stores database related methods like query, insert, delete, update.

It contains the table structure of the database.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which statement is true?

A LinearLayout can have only one internal layout

The flat layout hierarchy is efficient

We should use dp for setting the textSize of TextViews

RelativeLayout is superior than ConstraintLayout

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which statement is true about Retrofit?

You have to manually create a new Thread class allways to be able to use it.

It can handle only HTTP POST requests.

It does not support HTTPS.

API (query path and arguments) is defined in an interface.