Android AND-401 Android Application Development Online Training
Android AND-401 Online Training
The questions for AND-401 were last updated at May 09,2025.
- Exam Code: AND-401
- Exam Name: Android Application Development
- Certification Provider: Android
- Latest update: May 09,2025
Which of the following information cannot not be included in the Manifest file?
- A . The activities contained in the application
- B . The permissions required by the application
- C . The application’s minimum SDK version required.
- D . The handset model compatible with your application.
Which method should you use to start a sub-activity?
- A . startActivity(Intent intent)
- B . startActivityForResult(Intent intent , int requestCode)
- C . startService(Intent intent)
- D . startSubActivity(Intent intent)
Which package of the following does not have classes needed for Android network connections?
- A . java.net
- B . org.apache.http
- C . android.location
- D . android.net
Which of the following tools creates certificates for signing Android applications?
- A . adb
- B . logcat
- C . keytool
- D . certgen
Which of the following tools creates certificates for signing Android applications?
- A . adb
- B . logcat
- C . keytool
- D . certgen
Which of the following tools creates certificates for signing Android applications?
- A . adb
- B . logcat
- C . keytool
- D . certgen
Which of the following tools creates certificates for signing Android applications?
- A . adb
- B . logcat
- C . keytool
- D . certgen
Which Android permission you should add to allow your application to read the device’s address book?
- A . READ_ADDRESS_DATA
- B . READ_PHONE_STATE
- C . READ_PHONE_CONTACTS
- D . READ_CONTACTS
You can create a custom view by extending class:
- A . android.widget.View
- B . android.widget.LinearLayout
- C . android.view.View
- D . android.content.Context
In which Activity life-cycle method you should do all of your normal static set up such as: creating views and bind data to lists?
- A . onResume()
- B . onStart()
- C . onCreate()
- D . onPause()