Skip to content

Instantly share code, notes, and snippets.

View bipinvaylu's full-sized avatar
:octocat:

Bipin Vayalu bipinvaylu

:octocat:
View GitHub Profile
@bipinvaylu
bipinvaylu / SimplePayPalIntegration.java
Created September 17, 2011 10:55 — forked from vivdub/SimplePayPalIntegration.java
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;
@bipinvaylu
bipinvaylu / DashboardLayout.java
Created October 7, 2011 05:38 — forked from romannurik/DashboardLayout.java
A custom Android layout class that arranges children in a grid-like manner, optimizing for even horizontal and vertical whitespace.
/*
* ATTENTION:
*
* This layout is now maintained in the `iosched' code.google.com project:
*
* http://code.google.com/p/iosched/source/browse/android/src/com/google/android/apps/iosched/ui/widget/DashboardLayout.java
*
*/
/*