docs/example/android-studio.md
This library and samples basically support Android Studio and Gradle.
(Actually, I'm using them to develop this library.)
If you're an Eclipse user, you can skip and go to the next topic.
Please check here to see if your enviroment satisfies the prerequisites for building the app.
Get the source code of the library and example app, by cloning git repository or downloading archives.
If you use git, execute the following command in your workspace directory.
$ git clone https://github.com/ksoichiro/Android-ObservableScrollView.git
If you are using Windows, try it on GitBash or Cygwin or something that supports git.
If you just want to install the app to your device, you don't have to import project to Android Studio.
After cloning the project, connect your device to your machine, and execute the following command on the terminal.
Mac / Linux / Git Bash, Cygwin on Windows:
$ cd /path/to/Android-ObservableScrollView
$ ./gradlew installDevDebug
Windows (Command prompt):
> cd C:\path\to\Android-ObservableScrollView
> gradlew installDevDebug