Android Quiz 2

Android Quiz 2

University

5 Qs

quiz-placeholder

Similar activities

Post-Test  SAP Sharing Knowledge

Post-Test SAP Sharing Knowledge

University - Professional Development

10 Qs

WPA - CHAPTER 1

WPA - CHAPTER 1

University

10 Qs

Introduction to Presentation Software

Introduction to Presentation Software

University

10 Qs

IDP00504 L01-B02

IDP00504 L01-B02

University

10 Qs

2.2d

2.2d

9th Grade - University

10 Qs

INTRODUCTION TO MYSQL

INTRODUCTION TO MYSQL

University

10 Qs

Android View and Layout for UI

Android View and Layout for UI

University

10 Qs

Access quiz by Simar Brahma :D

Access quiz by Simar Brahma :D

5th Grade - Professional Development

10 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.