Search Header Logo

App Design Quiz

Authored by Nick Joshua Montemayor

Instructional Technology

12th Grade

Used 4+ times

App Design Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which image format is recommended for Android app development?

TIFF

RAW

WebP

SVG

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should the image file be saved in an Android project?

app/src/main/res/drawable

app/src/main/res/mipmap

app/src/main/res/values

app/src/main/res/layout

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you display a drawable in XML?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a style in Android app development?

A type of layout

A collection of attributes defining the look of a view

A type of image format

A programming language

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of inheritance in styles?

To apply multiple styles to a view

To override existing styles

To create new styles

To inherit properties of an existing style

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a theme in Android app development?

A type of layout

A type of image

A type of font

A collection of attributes defining the look of an activity or app

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where should you declare a theme for an app in the manifest file?

Inside a