As an Android developer, to change the font size of a text in Android layout, you should use attribute "android:textSize". Which of the following choices is the recommended syntax to change the font size to 18?
A. android:textSize=18sd"Which package of the following does not have classes needed for Android network connections?
A. java.netWhich of the following applies to the onDraw() method of class View? (Choose two)
A. It must be overridden if a customize drawing of a view is required.Check the following image which includes a code that runs when the user clicks on the button (id =button). This code for an Android app includes three check boxes for the question: "

Which countries are in North America?" Select one of the following choices, where the result will appear when the app user clicks the button.
A. in TextView widget has blank idWhat are the main two types of thread in Android?
A. Main thread and worker threads.To create a customized Adapter for a compound list item layout , you should:
A. Extend class android.widget.Adapter or any of its descendants then override method getView()Fill in the blank space in the following sentence with the correct choice: The..................... to arranges widgets in positions relative each other.
A. RelativeLayoutConsider the following code :
@Override
public void onCreateContextMenu(ContextMenu menu, View v,
ContextMenuInfo menuInfo) {
super.onCreateContextMenu(menu, v, menuInfo);
menu.setHeaderTitle("Menu");
AdapterContextMenuInfo cmi = (AdapterContextMenuInfo) menuInfo;
menu.add(1, cmi.position, 0, "Open file");
menu.add(2, cmi.position, 0, "Save file");}
Which of the following best explains the code above?
A. The code inflates an xml file into menu items.Consider the following code:
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.setData(android.net.Uri.parse("http://www.androidatc.com"));
startActivity(intent);
Which of the following is correct about the code above?
A. It sends a result to a new Activity in a Bundle.What does the src folder contain?
A. Image and icon files.Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only Android exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your AND-801 exam preparations and Android certification application, do not hesitate to visit our Vcedump.com to find your solutions here.