Android Quiz 2

Android Quiz 2

University

5 Qs

quiz-placeholder

Similar activities

Structural Design Patterns

Structural Design Patterns

University

10 Qs

Diagnosing Faults & Troubleshooting Network Connection Problems

Diagnosing Faults & Troubleshooting Network Connection Problems

University

10 Qs

Introduction to DBMS

Introduction to DBMS

University

10 Qs

DBMS

DBMS

University

10 Qs

Database Environment

Database Environment

University

10 Qs

C# Chapter 6

C# Chapter 6

University

10 Qs

Programación Movil II - Parte 2

Programación Movil II - Parte 2

University

10 Qs

Week 2- lecture Database system

Week 2- lecture Database system

University

9 Qs

Android Quiz 2

Android Quiz 2

Assessment

Quiz

Computers

University

Medium

Created by

Péter Ekler

Used 4+ times

FREE Resource

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.