Skip to content

Instantly share code, notes, and snippets.

@johnzeringue
Last active August 29, 2015 14:05
Show Gist options
  • Save johnzeringue/bfa5814917f69e58e2b3 to your computer and use it in GitHub Desktop.
Save johnzeringue/bfa5814917f69e58e2b3 to your computer and use it in GitHub Desktop.
The plan of attack for SPARC Hackathon 2014

Notes

Add Google Play Services

Add the following line to build.gradle in dependencies.

compile 'com.google.android.gms:play-services:+'

Add Parse

  1. Download the Parse Android SDK from

    https://parse.com/downloads/android/Parse/latest
    
  2. Copy the contents of the SDK into the module's libs folder.

Additional instructions may be found under Quickstart on the Parse website.

Add Ion

Add the following line to build.gradle in dependencies.

compile 'com.koushikdutta.ion:ion:1.+'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment