Android Open Source - App example SimpleInAppPurchaseV3






Project Summary

Simple In App Purchase V3 - an alternative to the Google Example.

Web Site / Source Repository

SimpleInAppPurchaseV3 is hosted in the following web site
https://github.com/blundell/SimpleInAppPurchaseV3

If you think the Android project SimpleInAppPurchaseV3 listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of SimpleInAppPurchaseV3.

ItemValue
Java File Count20
Supported screen sizes[mdpi]
Target SDK Version17
Minimum SDK Version8
Activity Count3
jar files usedandroid-support-v4.jar
Required Permissionscom.android.vending.BILLING




Java Source Files

SimpleInAppPurchaseV3 has the following Java source files.

com.android.vending.billing.util.Base64.java
com.android.vending.billing.util.Base64DecoderException.java
com.android.vending.billing.util.IabException.java
com.android.vending.billing.util.IabHelper.java
com.android.vending.billing.util.IabResult.java
com.android.vending.billing.util.Inventory.java
com.android.vending.billing.util.Purchase.java
com.android.vending.billing.util.Security.java
com.android.vending.billing.util.SkuDetails.java
com.blundell.tutorial.simpleinappbillingv3.AppProperties.java
com.blundell.tutorial.simpleinappbillingv3.domain.items.Passport.java
com.blundell.tutorial.simpleinappbillingv3.ui.MainActivity.java
com.blundell.tutorial.simpleinappbillingv3.ui.PurchasePassportActivity.java
com.blundell.tutorial.simpleinappbillingv3.ui.StartUpActivity.java
com.blundell.tutorial.simpleinappbillingv3.ui.base.BlundellActivity.java
com.blundell.tutorial.simpleinappbillingv3.ui.base.PurchaseActivity.java
com.blundell.tutorial.simpleinappbillingv3.ui.utils.Navigator.java
com.blundell.tutorial.simpleinappbillingv3.ui.utils.Toaster.java
com.blundell.tutorial.simpleinappbillingv3.ui.xml.MainMenu.java
com.blundell.tutorial.simpleinappbillingv3.util.Log.java