Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.5 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.5 KB

AnchoredBehavior

Travis branch

Demo Screen Capture 1 Demo Screen Capture 2
Default Behavior Custom Behavior

Installation

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}'
}

Usage

Look for the sample app for a complete example of AnchoredBehavior.

Contributing to 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.

License

prolific

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.