Android AND-401 Android Application Development Online Training
Android AND-401 Online Training
The questions for AND-401 were last updated at Feb 02,2025.
- Exam Code: AND-401
- Exam Name: Android Application Development
- Certification Provider: Android
- Latest update: Feb 02,2025
What is a correct statement about an XML layout file?
- A . A layout PNG image file
- B . A file used to draw the content of an Activity
- C . A file that contains all application permission information
- D . A file that contains a single activity widget.
What does the src folder contain?
- A . Image and icon files
- B . XML resource files
- C . The application manifest file
- D . Java source code files
Which file specifies the minimum required Android SDK version your application supports?
- A . main.xml
- B . R.java
- C . strings.xml
- D . AndroidManifest.xml
What is the parent class of all Activity widgets?
- A . ViewGroup
- B . Layout
- C . View
- D . Widget
What is the name of the class used by Intent to store additional information?
- A . Extra
- B . Parcelable
- C . Bundle
- D . DataStore
Which is not included in the Android application framework?
- A . WindowManager
- B . NotificationManager
- C . DialerManager
- D . PackageManager
What Eclipse plugin is required to develop Android application?
- A . J2EE
- B . Android Software Development Kit
- C . Android Development Tools
- D . Web Development Tools
A developer can create a custom view by extending class Activity.
- A . True
- B . False
Which of these files contains text values that you can use in your application?
- A . AndroidManifest.xml
- B . res/Text.xml
- C . res/layout/Main.xml
- D . res/values/strings.xml
What does the Android project folder “res/” contain?
- A . Java Activity classes
- B . Resource files
- C . Java source code
- D . Libraries