Skip to content

Instantly share code, notes, and snippets.

View angus-ics's full-sized avatar

Angus Cheng angus-ics

View GitHub Profile

Android

Install an APK

adb install <path_to_apk>

Install an APK, overwriting any existing APKs.

adb install -r <path_to_apk>

@angus-ics
angus-ics / vint_design.md
Last active April 29, 2016 07:45
Vint Design

Views

SplashView

Initial launch stuff happens, we get the Config object, authenticate the user, etc. If the User is not authenticated we show the Facebook button and allow them to login.

OnBoardingView