Premium
Associate Android Developer Certification Questions and Answer (Dumps and Practice Questions)
Question : Which of these is the incorrect role for an Intent?
1. Start an Activity
2. Start a BroadcastReceiver
3. Access Mostly Uused Products by 50000+ Subscribers
4. Start a Service
Correct Answer
:
Get Lastest Questions and Answer
:
Explanation:
Question : Which is not included in the Android application framework?
1. WindowManager
2. NotificationManager
3. Access Mostly Uused Products by 50000+ Subscribers
4. PackageManager
Correct Answer
:
Get Lastest Questions and Answer
:
Explanation:
Question : Which is of these is the incorrect explanation of layoutopt?
1. It is a tool used on the command line and does not have GUI.
2. It helps optimize application layout and layout hierarchy.
3. Access Mostly Uused Products by 50000+ Subscribers
4. It can be used as an SDK tool from revision 4 and later
Correct Answer
:
Get Lastest Questions and Answer
:
Explanation:
Related Questions
Question : Which is the permission added to the Android manifest file in order to access GPS?
1. ACCESS_FINE_LOCATION
2. ACCESS_COARSE_LOCATION
3. Access Mostly Uused Products by 50000+ Subscribers
4. ACCESS MOCK LOCATION
Question : Which of these is the incorrect explanation of the adb command?
1. The "adb start-server" command starts the adb server.
2. The "adb devices" command lists connected handsets and emulators.
3. Access Mostly Uused Products by 50000+ Subscribers
4. You install an apk with the "adb install" command
Question : The following code is a part of an Activity class to create a dialog. Which is the Activity class method used to display this dialog?
01 : @Override
02 : protected Dialog onCreateDialog(int id) {
03 : return new AlertDialog.Builder(this).setMessage("message").create();
04: }
1. void createDialog();
2. void createDialogfint id);
3. Access Mostly Uused Products by 50000+ Subscribers
4. void showDialog(int id);
Question : Which of these is the correct method to persist SharedPreferences?
1. XML file
2. SQLite
3. Access Mostly Uused Products by 50000+ Subscribers
4. Java object
Question : Which of these is the incorrect explanation of the Java Native Interface(JNI)?
1. JNI does not provide garbage collection on the native side, outside the memory resources of
the Java Virtual Machine.
2. Even if native code is used with JNI, it does not necessarily mean an improvement in the
application processing speed.
3. Access Mostly Uused Products by 50000+ Subscribers
side.
4. Header files generated on the Java side are included and implemented in the native (C/C++)
side source code.
Question : Which is the correct explanation of ListView?
A. It is necessary to use ListView as a set with ListActivity.
B. There is a function in ListView which displays a message when there is no information to be displayed.
C. When displaying an array using an Adapter class in ListView, it is necessary to convert it into a Collection class.
D. ListView has a function to display a list of uniquely defined Views other than TextView.
1. It is necessary to use ListView as a set with ListActivity.
2. There is a function in ListView which displays a message when there is no information to be displayed.
3. Access Mostly Uused Products by 50000+ Subscribers
4. ListView has a function to display a list of uniquely defined Views other than TextView.