Skip to content

Instantly share code, notes, and snippets.

@marcgreenstock
Created August 2, 2015 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcgreenstock/db67a7e29d5741921db7 to your computer and use it in GitHub Desktop.
Save marcgreenstock/db67a7e29d5741921db7 to your computer and use it in GitHub Desktop.
Android IAB Main Activity 1
package com.example.iab;
import android.app.Activity;
import android.os.Bundle;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment