Android AFD-200 - Flutter Certified Application Developer Certification Examination Exam

Page: 1 / 1
Question #1 (Topic: demo questions)

In Flutter development, you can add three rows inside a column and add an image within each row.  

A. True
B. False
Correct Answer: A
Explanation not available for this question.
Question #2 (Topic: demo questions)

Which of the following choices is the best answer for adding an image from your computer hard disk to a Flutter project ?

A.
You cannot add an image from your computer hard disk to a Flutter project. You can only configure your code to use an image from a web link .
B.
Add a new folder (directory) to your Flutter file structure, copy the image from your hard disk, paste this image in the image folder then configure your Dart file in this Flutter project to use this image file name.
C.
Add a new folder (directory) to your Flutter file structure, copy the image from your hard disk, paste this image in the image folder, configure your Dart file in this Flutter project to use this image file name, configure your Flutter project pubspec.yaml file to use this image folder, then click "Packages get" at the top of pubspec.yaml file.
D.
Click File menu in any Flutter IDE, select Insert, select Image, browse to select the image, click Save three times, and then restart your IDE
Correct Answer: C
Explanation not available for this question.
Question #3 (Topic: demo questions)

Youmay 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. 

A. True
B. False
Correct Answer: A
Explanation not available for this question.
Question #4 (Topic: demo questions)

Flutter widgets are the basic building blocks of a Flutter user interface. Almost everything in Flutter app is a widget such as images, icons, texts, menus, buttons, row, column etc.

A. True
B. False
Correct Answer: A
Explanation not available for this question.
Question #5 (Topic: demo questions)

Afloating action button in Flutter development is by default a circular icon button, and you should add the Icon widget as a child widget of FloatingActionButton widget. Which of the following choices is correct to add a phone icon to the FloatingActionButton widget in aFlutter app ?

A.
 Icon<"phone">
B.
 icon(icon.style:"phone"),
C.
Icon(Icons.phone),
D.
icon=phone.Flutter, 
Correct Answer: C
Explanation not available for this question.
Download Exam
Page: 1 / 1
Next Page