JetPack Compose

JetPack Compose

University

10 Qs

quiz-placeholder

Similar activities

Quizziz

Quizziz

University

10 Qs

Microsoft Office 365

Microsoft Office 365

University

10 Qs

Chromebook Basics

Chromebook Basics

6th Grade - University

15 Qs

KOTLIN NIGHTS  QUIZ CONTEST GDSC  - Kotlin Compose Camp Event

KOTLIN NIGHTS QUIZ CONTEST GDSC - Kotlin Compose Camp Event

University

15 Qs

guess the apps

guess the apps

KG - Professional Development

15 Qs

Name the App

Name the App

6th Grade - University

11 Qs

Tech Tools Challenge!

Tech Tools Challenge!

KG - University

10 Qs

TIKTOK

TIKTOK

4th Grade - Professional Development

9 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?