最新的Android Application Development v8 - AND-801免費考試真題
The Android library code is organized in such a way that it can be used by multiple Android applications.
正確答案: B
The ollowing image includes Android code for a WebView widget (ID: MyWebView) to work as a web browser for the URL: http://www.androidatc.com. When you run this code, the app does not open the www.androidatc.com web site. Which step is still missing to open this web site through this app?


正確答案: B
The following image includes Android code for creating a Date Picker. The date will appear in TextView which has id: dateText. Which of the following choices is correct about why you must add T to the month as illustrated in the code highlighted in brown?


正確答案: D
Assume you are developing an Android app which consists of two activities, MainActivity and SecondActivity. The following image includes part of MainActivity code. This file includes a button that has id "Mybutton". What does the following code snippet do if it is executed after the user taps on the button (id:
Mybutton)?

Mybutton)?

正確答案: C
Which of the following files has the correct name for a layout design file of an activity in an Android app?
正確答案: B