What does the XML attribute ads:adUnitId refer to?
The following code snippet adds an AdView to a layout. What does the XML attribute
ads:adUnitId refer to?
<com.google.ads.AdView android:id=”@+id/adView”
android:layout_width=”wrap_content”
android:layout_height=”wrap_content”
ads:adUnitId=”MY_AD_UNIT_ID”
ads:adSize=”BANNER”
ads:testDevices=”TEST_EMULATOR, TEST_DEVICE_ID”
ads:loadAdOnCreate=”true”/>
Which method should you use to start a sub-activity?
Which method should you use to start a sub-activity?
Which of the following is NOT true about the “enabled” attribute of the <application> tag?
Which of the following is NOT true about the “enabled” attribute of the <application> tag?
What does the following code snippet do?
What does the following code snippet do?
AdRequest request = new AdRequest();
request.setGender(AdRequest.Gender.FEMALE);
request.setLocation(location);
request.setBirthday(“19850101”);
Which package of the following does not have classes needed for Android network connections?
Which package of the following does not have classes needed for Android network connections?
Which of the following are the three principles of data security?
Which of the following are the three principles of data security?
Which of the following is not required to be handled by a developer if Google Play’s in-app billing is used
Which of the following is not required to be handled by a developer if Google Play’s in-app
billing is used in an Android application?
Which of the following tools creates certificates for signing Android applications?
Which of the following tools creates certificates for signing Android applications?
Which of the following is the focus of confidentiality?
Which of the following is the focus of confidentiality?
Which two of the following are required to add a list of in-app products on Google Play?
Which two of the following are required to add a list of in-app products on Google Play?
(Choose two)