This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.ethanf.in_app_billing_ex2; | |
| import com.ethanf.in_app_billing_ex2.util.IabHelper; | |
| import com.ethanf.in_app_billing_ex2.util.Inventory; | |
| import com.ethanf.in_app_billing_ex2.util.IabResult; | |
| import com.ethanf.in_app_billing_ex2.util.Purchase; | |
| import com.ethanf.in_app_billing_ex2.util.SkuDetails; | |
| import android.os.Bundle; | |
| import android.app.Activity; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.ethanf.in_app_billing_ex; | |
| import java.util.ArrayList; | |
| import org.json.JSONException; | |
| import org.json.JSONObject; | |
| import com.android.vending.billing.IInAppBillingService; | |
| import android.os.Bundle; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.ethanf.admob.enablefeature; | |
| import android.content.Context; | |
| import android.util.Log; | |
| import android.view.View; | |
| import com.google.android.gms.ads.*; | |
| public class ExActivity extends Activity { | |
| private Context context; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ | |
| Partial Class frmRandomNumber | |
| Inherits System.Windows.Forms.Form | |
| 'Form overrides dispose to clean up the component list. | |
| <System.Diagnostics.DebuggerNonUserCode()> _ | |
| Protected Overrides Sub Dispose(ByVal disposing As Boolean) | |
| Try | |
| If disposing AndAlso components IsNot Nothing Then | |
| components.Dispose() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.ethanf.admob.enablefeature; | |
| import android.content.Context; | |
| import android.util.Log; | |
| import android.view.View; | |
| import com.google.ads.*; | |
| import com.google.ads.AdRequest.ErrorCode; | |
| public class ExActivity extends Activity { |
NewerOlder