Android Flutter Certified Application Developer AFD-200 Exam Questions

Page: 1 / 14
Total 49 questions
Question 1

If you install the Flutter SDK on your computer and configure it as a plug-in for Android Studio or another IDE software, Android Studio will be able to create Flutter apps.



Answer : A


Question 2

A Stateful widget is a dynamic widget which can change the appearance of its content in response to events triggered by user's interactions or when it receives data.



Answer : A


Question 3

The image in this question is a part of Flutter app interface which includes four TextFields. When the app user types anything in the password TextField, all the characters in the text field are replaced with stars to hide the user's passworD. To do this, you should add a specific property to the password TextField

widget.

Which of the following choices is the property and what property value should one add to the password

TextField widget to get this type of secure input ?



Answer : A


Question 4

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.



Answer : A


Question 5

This widget helps you to have a specific width and/or height between widgets.

Which of the following term is this definition for?



Answer : B


Question 6

Assume that you designed a Flutter app as illustrated in the image of this question. When you tapped the "Bottom Sheet" button, you got a bottom sheet including the text "Welcome to Android ATC".

But, you were not able to tap the "Test Button" button in this app interface when this bottom sheet was

active.

Which of the following choices about the type of this Bottom Sheet Widget is correct?



Answer : B


Question 7

The Container is a Flutter widget that allows you to customize, compose, decorate and position its child

widget.



Answer : A


Page:    1 / 14   
Total 49 questions