Free Android AFD-200 Exam Actual Questions

The questions for AFD-200 were last updated On Nov 9, 2024

Question No. 1

When you want to create a Flutter app, you need to configure a lot of widgets and change their format. You don't need to create everything from scratch. You can easily add the Scaffold class or widget to your app. This class implements the basic material design visual layout structure for your app.

Show Answer Hide Answer
Correct Answer: A

Question No. 2

You may add a lot of properties to your Container widget such as background color, size, padding, margins, borders or the shape of text, and other properties.

Show Answer Hide Answer
Correct Answer: A

Question No. 3

Adding a Slider widget in a Flutter app interface should be used to select multiple values at the same

time.

Show Answer Hide Answer
Correct Answer: B

Question No. 4

This Flutter widget is used to toggle the on/off state of a single setting. Which of the following choices represents this definition?

Show Answer Hide Answer
Correct Answer: D

Question No. 5

This widget is used to wrap a Column, Row, Container, or other widgets. This widget adds a filling size around the child widget.

Which of the following term is this definition for?

Show Answer Hide Answer
Correct Answer: C