Android Studio Basic

Android Studio Basic

12th Grade

10 Qs

quiz-placeholder

Similar activities

QUIZ 2 ANDROID LAB

QUIZ 2 ANDROID LAB

12th Grade

10 Qs

Unit 1 - BUILD A BASIC LAYOUT (EN)

Unit 1 - BUILD A BASIC LAYOUT (EN)

12th Grade

10 Qs

Android & Android Studio 1

Android & Android Studio 1

7th - 12th Grade

11 Qs

Quiz 4

Quiz 4

12th Grade

10 Qs

Tworzenie projektu w Android Studio + Java

Tworzenie projektu w Android Studio + Java

12th Grade

14 Qs

JAVA LEVEL 3 QUIZ 3

JAVA LEVEL 3 QUIZ 3

8th - 12th Grade

15 Qs

Thunkable Assessment

Thunkable Assessment

7th - 12th Grade

15 Qs

DIT Excel 2016 Review

DIT Excel 2016 Review

8th - 12th Grade

15 Qs

Android Studio Basic

Android Studio Basic

Assessment

Quiz

Computers

12th Grade

Hard

Created by

NABILAH NADZRI Moe

Used 253+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which file do you alter the image displayed by the ImageView in?

MainActivity

AndroidManifest.xml

Drawable

Activity_main_xml

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which listener is called for the device to register the enter key press?

OnHoverListener

OnKeyListener

OnClickListener

OnContextClickListener

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct line of code to get the ID of the EditText you intend to use?

EditText TextHandler = findViewById(R.id.nameTextField);

EditText TextHandler = (EditText)findViewById(nameTextField);

EditText = (EditText)findViewById(R.id.nameTextField);

EditText TextHandler = (EditText)findViewById(R.id.nameTextField);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this icon in Android Studio do?

Add a new activity

Run the AVD Device Manager

Debug the app

Run the emulator

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which component property should be changed to a name that is specific of the components use?

Content Description

Editable

Text

ID

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Android Studio file is most of the app coding done in?

MainActivity.java

Activity_main_xml

AndroidManifest.xml

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this icon do when pressed in Android Studio?

Open the AVD Device Manager

Run the emulator

Add a new activity

Debug the app

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?