Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 537 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 537 Bytes

500px-android-sdk

Installation

  • clone the repository

    git clone git://github.com/500px/500px-android-sdk
  • add it as a dependency in your main module gradle file dependencies

    compile project(':500px-android-sdk')
  • include module in settings.gradle

    include ':moduleA', ':500px-android-sdk'

Usage

Here is an login activity sample.

Examples

TroubledPixels