PrepAway - Latest Free Exam Questions & Answers

Category: AND-403

Exam AND-403: Monetize Android Applications

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”/>


Page 7 of 8« First...45678