최신Android Flutter Certified Application Developer - AFD-200무료샘플문제
문제1
In Flutter, AlertDialog Widget is similar to a small interface which appears for a few seconds at the bottom of the app user interface when the app user takes a specific action such as clicking a button.
In Flutter, AlertDialog Widget is similar to a small interface which appears for a few seconds at the bottom of the app user interface when the app user takes a specific action such as clicking a button.
정답: B
문제2
Flutter works with many development tools which are compatible with Flutter plug-ins (Flutter SDK).
Which of the following software can be used to build a Flutter app ? (Select three)
Flutter works with many development tools which are compatible with Flutter plug-ins (Flutter SDK).
Which of the following software can be used to build a Flutter app ? (Select three)
정답: A,B,C
문제3
The image in this question includes a Flutter app interface. Which Flutter widget has been added to this app title bar to add this navigation button?

The image in this question includes a Flutter app interface. Which Flutter widget has been added to this app title bar to add this navigation button?

정답: C
문제4
To configure a CheckboxGroup or a RadioButtonGroup in a Flutter app, first you should set the configurations which are illustrated in the image of this question.

What is the file name which includes these configurations?
To configure a CheckboxGroup or a RadioButtonGroup in a Flutter app, first you should set the configurations which are illustrated in the image of this question.

What is the file name which includes these configurations?
정답: A
문제5
Fill in the blank with the correct answer that completes the following sentence.
If you have any error in your Dart code of your Flutter app, the .......................... at the status bar of your Android Studio displays the error description and also displays the line of the code on which the error is.
Also, in most cases the description field in this console gives you an idea about the reason of the error.
What is the name of this console?
Fill in the blank with the correct answer that completes the following sentence.
If you have any error in your Dart code of your Flutter app, the .......................... at the status bar of your Android Studio displays the error description and also displays the line of the code on which the error is.
Also, in most cases the description field in this console gives you an idea about the reason of the error.
What is the name of this console?
정답: B