- Home
- Android Certification
- AND-801 Exam
- Android.AND-801.dumpsfiles Dumps
Free Android AND-801 Exam Dumps Questions & Answers
| Exam Code/Number: | AND-801Join the discussion |
| Exam Name: | Android Application Development v8 |
| Certification: | Android |
| Question Number: | 45 |
| Publish Date: | Aug 24, 2026 |
|
Rating
100%
|
|
Total 45 questions
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?
Check the following image which includes Android code. In this code when the app user clicks the button, the user will get a toast message which states "Hello Android ATC". After executing the code, where on the android device screen will the toast message appear?
You have an Android application that consists of two activities (MainActivity and SecondActivity) and you want to pass data in text field (ID: FirstNameJD) of MainAcitivity to SecondActivity. The passed data will appear in SecondActivity inside a TextView widget with Id: HelloMessageJD. You will use Intent to pass this data from MainActivity to SecondActivity. The Following two images include the Android code which will be written in MainActivity.kt and SecondActivity.kt files. Your data will not pass from MainActivity to SecondActivity due to a mistake in the code in SecodActivity.kt. Which of the following choices is a correct solution to make this app run correctly?
The SharedPreferences class provides a general framework that lets you save and retrieve persistent key-value pairs of primitive data types.
The code snippet below displays a menu which is illustrated in another image. The emulator image displays a menu that contains three items, but in the code file none of these menu items are available. Where do these items come from?