A TouchListener capable of enabling ios style bounce and custom animations for ListView, ScrollView and RecyclerView overscroll effect
- Add
com.surahul:bounce:1.0.0
to yourdependencies
inbuild.gradle
. - 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.
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.
Help me make this library better by contributing to the code. Any contributions are welcome!
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.