Default Behavior | Custom Behavior |
Step 1. Add the JitPack repository to your build file
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.prolificinteractive:anchored-behavior:${anchoredBehaviorVersion}'
}
Look for the sample app for a complete example of AnchoredBehavior.
To report a bug or enhancement request, feel free to file an issue under the respective heading.
If you wish to contribute to the project, fork this repo and submit a pull request. Code contributions should follow the standards specified in the Prolific Android Style Guide.
Copyright (c) 2018 Prolific Interactive
AnchoredBehavior is maintained and sponsored by Prolific Interactive. It may be redistributed under the terms specified in the LICENSE file.