Bounce
Bounce copied to clipboard
A TouchListener capable of enabling ios style bounce and custom animations for ListView, ScrollView and RecyclerView overscroll effect
I was thinking to implement this with a `RecyclerView` as a child of a `SwipeRefreshLayout`. Probably a good idea to modify existing `SwipeRefreshLayout` open source code. Any leads on this?...
# cannot find this method in demo,where is that? got it already
I try to use this listener for GridView, but it is not work.
Even though a tested a lot in many different devices, this error only appeared with my app in production. Here is the stacktrace from Google Play Store (also crashlytics shows...
Attached is the stacktrace: ``` 10-25 15:07:56.216 15110-15110/? E/AndroidRuntime﹕ FATAL EXCEPTION: main Process: com.rahul.bounce, PID: 15110 java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState at android.app.FragmentManagerImpl.checkStateLoss(FragmentManager.java:1330) at android.app.FragmentManagerImpl.enqueueAction(FragmentManager.java:1348) at android.app.BackStackRecord.commitInternal(BackStackRecord.java:729)...