JetPack Compose

JetPack Compose

University

10 Qs

quiz-placeholder

Similar activities

Logos

Logos

4th Grade - Professional Development

11 Qs

SVT Vocal Unit

SVT Vocal Unit

KG - Professional Development

15 Qs

React JS basics

React JS basics

University

10 Qs

Language arts

Language arts

1st Grade - Professional Development

10 Qs

Recevoir

Recevoir

KG - University

12 Qs

OLIMPIADAS MOTOROLA

OLIMPIADAS MOTOROLA

University

12 Qs

Google Apps You Name It?

Google Apps You Name It?

KG - University

13 Qs

Google Set Go!

Google Set Go!

University

12 Qs

JetPack Compose

JetPack Compose

Assessment

Quiz

Professional Development, Fun

University

Medium

Created by

Public Relation

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following is not a data type in Kotlin?

String

Decimal

Int

Boolean

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

In Kotlin, the entrypoint of a program is the _

println()

val()

main()

return statement

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following variable declarations is valid?

var hello: Int? = ""

String "hello" = hello

val hello = "hello"

hello: String = "hello"

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does IDE stand for?

Integrated Development Environment

Independent Design Environment

Ideal Developer Environment

Intelligent Design Environment

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the purpose of using a virtual device, or emulator, in Android Studio?

To show a variety of error messages to users

To experiment with app code safely

To test your app on a device without having that physical device

To see what your app looks like in a web browser

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

___ is a function that is used to define a layout in your app using Composable functions.

ComponentActivity()

onCreate()

DefaultPreview()

setContent()

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is false about Compose?

The Empty Compose Activity template is used to create a simple app.

Layouts can be viewed in the Preview window, without actually running your app.

All elements and themes in a Compose app are contained in a Surface.

Themes, such as GreetingCardTheme allow you to style Composables.

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?