Ahmed012345 / Bounce

A TouchListener capable of enabling ios style bounce and custom animations for ListView, ScrollView and RecyclerView overscroll effect

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bounce

A TouchListener capable of enabling ios style bounce and custom animations for ListView, ScrollView and RecyclerView overscroll effect

Demo App

Download from Google Play

Get it on Google Play

Usage

  1. Add com.surahul:bounce:1.0.0 to your dependencies in build.gradle.
  2. Set BounceTouchListener as onTouchListener to your scrollable view and that's it, your view will have a bounce effect on overscrolling.

You can even set an OnTranslateListener on touchListener which then gets translation callbacks for the bounce effect. This can be used to custom animate anything with overscrolling.

See the example app code for sample code.

Apps that use this library

If you're using this library in your app and you'd like to list it here,
please let me know via email or pull requests or issues.

Contributions

Help me make this library better by contributing to the code. Any contributions are welcome!

Developed By

Thanks

License

Copyright 2014 Bounce - Rahul Verma

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

A TouchListener capable of enabling ios style bounce and custom animations for ListView, ScrollView and RecyclerView overscroll effect

License:Apache License 2.0


Languages

Language:Java 100.0%