問題1
Which of the below choices is the best answer to fill the empty space in the following sentence? If you want to give all text widgets in an app the same format such as font color, font size, and font family, you should add the style attribute to the TextView XML tags in layout file and set the attribute value to the same style name.
You should define that style by adding a new style tag "style name-style_name" inside...............................
Which of the below choices is the best answer to fill the empty space in the following sentence? If you want to give all text widgets in an app the same format such as font color, font size, and font family, you should add the style attribute to the TextView XML tags in layout file and set the attribute value to the same style name.
You should define that style by adding a new style tag "style name-style_name" inside...............................
正確答案: A
問題2
As an Android developer, to change the font size of a text in Android layout, you should use attribute
"android:textSize". Which of the following choices is the recommended syntax to change the font size to 18?
As an Android developer, to change the font size of a text in Android layout, you should use attribute
"android:textSize". Which of the following choices is the recommended syntax to change the font size to 18?
正確答案: D
問題3
Android SDK platform is a set of libraries and APIs that provide necessary classes, methods and interfaces to develop Android applications and allow you to compile your code.
Android SDK platform is a set of libraries and APIs that provide necessary classes, methods and interfaces to develop Android applications and allow you to compile your code.
正確答案: B
問題4
Google Maps allows web sites, mobile apps and other media to connect to its database and import it in JSON format. This web connection between Google maps database and mobile applications are done through https connections and using an API key.
Google Maps allows web sites, mobile apps and other media to connect to its database and import it in JSON format. This web connection between Google maps database and mobile applications are done through https connections and using an API key.
正確答案: B
問題5
Check the following image, and then select which of the following choices is the correct Android method to add a marker on Google maps?

Check the following image, and then select which of the following choices is the correct Android method to add a marker on Google maps?

正確答案: C