최신Android Application Development v8 - AND-801무료샘플문제
문제1
The following image displays an AndroidManifest.xml file for an Android app. Which of the following choices is correct about this file?

The following image displays an AndroidManifest.xml file for an Android app. Which of the following choices is correct about this file?

정답: B
문제2
If your Android application creates a SQLite database, which of the following is the default directory to save this database file?
If your Android application creates a SQLite database, which of the following is the default directory to save this database file?
정답: D
문제3
Fill in the blank space in the following sentence with the correct choice: The..................... to arranges widgets in positions relative each other.
Fill in the blank space in the following sentence with the correct choice: The..................... to arranges widgets in positions relative each other.
정답: B
문제4
The following Android code locates Toronto CN tower on Google map using on the latitude and longitude coordinates. Which of the following choices is the correct choice to show your Google map in the zoom-in state?

The following Android code locates Toronto CN tower on Google map using on the latitude and longitude coordinates. Which of the following choices is the correct choice to show your Google map in the zoom-in state?

정답: A
문제5
The following Android code displays a Toast message. Which of the following is the correct parameter to replace Toast.xyz in this line of code? Toast.makeText(this,"Message saved as draff ,Toast.xyz).show()
The following Android code displays a Toast message. Which of the following is the correct parameter to replace Toast.xyz in this line of code? Toast.makeText(this,"Message saved as draff ,Toast.xyz).show()
정답: B