Exam 3: Monetize Android Applications

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

To create an Android emulator that supports Google Play License services, which package is needed?

(Multiple Choice)
4.8/5
(34)

Which of the following is a requirement to use In-App Billing service on Google Play? (Choose three)

(Multiple Choice)
4.8/5
(28)

Which of the following is not included in the purchase details sent by Google Play?

(Multiple Choice)
4.9/5
(29)

Which of the following cannot be done using the Developer Console?

(Multiple Choice)
4.9/5
(37)

What does the following code snippet do? iabHelper.startSetup(new IabHelper.OnIabSetupFinishedListener() { public void onIabSetupFinished(IabResult result) { if (!result.isSuccess()) { …… } else { } });

(Multiple Choice)
4.9/5
(34)

Which of the following are administrative tasks a developer might perform when using Google Play's in-app billing services? (Choose two)

(Multiple Choice)
4.9/5
(29)

Which of the following are needed to get a license key for your application from Google Play? (Choose two)

(Multiple Choice)
4.9/5
(33)

Which of the following is not recommended to promote your paid application?

(Multiple Choice)
4.7/5
(37)

Which of the following is the correct location of License Verification Library (LVL) in Android SDK?

(Multiple Choice)
4.9/5
(36)

What does "this" keyword refer to in the following line of code? IabHelper mHelper = new IabHelper(this, base64EncodedPublicKey);

(Multiple Choice)
4.9/5
(34)

What does the following code snippet do? AdRequest request = new AdRequest(); request.setGender(AdRequest.Gender.FEMALE); request.setLocation(location); request.setBirthday("19850101");

(Multiple Choice)
4.9/5
(36)

Upon completion of a purchase using Google Play in-app billing, the result is returned to your activity. Which method you should override to handle the returned result?

(Multiple Choice)
4.9/5
(43)

Which of the following is the last step in the application development process for a specific version of an application?

(Multiple Choice)
4.8/5
(30)

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

(Multiple Choice)
4.9/5
(42)

Which of the following are the types of products can be sold through in-app billing technique? (Choose two)

(Multiple Choice)
4.9/5
(28)
Showing 61 - 75 of 75
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)