Skip to content

Instantly share code, notes, and snippets.

View darkplataform's full-sized avatar

darkplataform

View GitHub Profile
@darkplataform
darkplataform / AccountUtils.java
Created May 29, 2018 22:22 — forked from imminent/AccountUtils.java
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}.
*/