Which of the following lines of codes adds zoom controls to a WebView?
A. webView.getSettings().setBuiltInZoomControls(true);
B. webView.getSettings().setZoomControls(true);
C. webView.getZoomSettings().setControls(CONTROLS.enabled);
D. Zoom controls are included by default in WebViews
Which of the following is incorrect about ProgressDialog?
A. ProgressDialog inherits from the AlertDialog class.
B. ProgressDialog can be set as 2 types of style: STYLE_HORIZONTAL and STYLE_SPINNER.
C. ProgressDialog is able to apply a custom XML-defined layout by using the setContentView(...) method.
D. ProgressDialog can be freely configured to use a Drawable class to display as its progress bar.
Which of the following sets the entire Activity window as a WebView?
A. WebView webview = new WebView(this);webview.setAsWindow;
B. setContentView(R.layout.webview);
C. WebView webview = new WebView(this);setContentView(webview);
D. setContentView("http://www.androidatc.com");
When including a text file in your application to read from as a resource, what is the recommended location of such file?
A. res/anim
B. res/files
C. res/raw
D. res/values
What is the name of the class used by Intent to store additional information?
A. Extra
B. Parcelable
C. Bundle
D. DataStore
How to enable JavaScript in WebView?
A. myWebView.setJavaScriptEnabled(true);
B. myWebView.getJavaScriptSettings.setEnabled(true);
C. myWebView.getSettings().setJavaScriptEnabled(true);
D. Java script is always enabled in WebView
Which of the following information is not 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 file specifies the minimum required Android SDK version your application supports?
A. main.xml
B. R.java
C. strings.xml
D. AndroidManifest.xml
What does this code do?
Intent intent = new Intent(); intent.setAction(Intent.ACTION_VIEW); intent.setData(android.net.Uri.parse("http://www.androidatc.com")); startActivity(intent);
A. Starts a sub-activity.
B. Starts a service.
C. Sends results to another activity.
D. Starts an activity using an implicit intent.
During an Activity life-cycle, what is the first callback method invoked by the system?
A. onStop()
B. onStart()
C. onCreate()
D. onRestore()
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.