Skip to content

Instantly share code, notes, and snippets.

View imminent's full-sized avatar

imminent imminent

  • Life360
  • San Francisco
View GitHub Profile
@imminent
imminent / AccountUtils.java
Created November 12, 2012 19:55
Utility to retrieve user profile on Android device
/**
* A collection of authentication and account connection utilities. With strong inspiration from the Google IO session
* app.
* @author Dandré Allison
*/
public class AccountUtils {
/**
* Interface for interacting with the result of {@link AccountUtils#getUserProfile}.
*/