Skip to content

Instantly share code, notes, and snippets.

@vivdub
vivdub / SimplePayPalIntegration.java
Created April 4, 2011 14:17
Sample file to demonstatrate simple paypal integration
package com.paypal;
import java.math.BigDecimal;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import com.paypal.android.MEP.PayPal;
final Handler handler=new Handler()
{
public void handleMessage(Bundle b){
Log.d("****","*********");
Log.d("calling","handler");
Log.d("****","*********");
parsedValue1=b.getStringArrayList("parsedValue");
for(int i=0;i<parsedValue1.size();i++)