Simple In App Purchase V3 - an alternative to the Google Example.
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.
The following table is the detailed list of SimpleInAppPurchaseV3.
Item | Value |
---|---|
Java File Count | 20 |
Supported screen sizes | [mdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar |
Required Permissions | com.android.vending.BILLING |
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