Welcome to the 2013 Android workshop at CAMPUS PARTY 2013 LONDON.
We will make an Android application that relies on the native Account management to fetch a token. This token will then be used to fetch ones' activity stream from Google+.
Programming on android, Gradle, testing and some stuff in between.
We need some software to get this to work. Google is you friend here. Ensure you have the following installed:
- Java
- Git
- Android
- Android Studio
- Gradle
- A github account
- A google + account
- A google+ API key if you wish to use your own certificate
javac -version # should print 1.6
git clone https://github.com/novoda/campus-party-london-2013
cd campus-party-london-2013
git checkout 1
cd campus-party-london-2013
gradle testSetup
android &