Android-ObservableScrollView icon indicating copy to clipboard operation
Android-ObservableScrollView copied to clipboard

Android library to observe scroll events on scrollable views.

Results 101 Android-ObservableScrollView issues
Sort by recently updated
recently updated
newest added

Error : > java.lang.ClassCastException: com.example.nearely.Activities.MainActivity cannot be cast to com.github.ksoichiro.android.observablescrollview.ObservableScrollViewCallbacks Error getting on this line of code: `mRecyclerView.setScrollViewCallbacks((ObservableScrollViewCallbacks) parentActivity); ` Please help ASAP

When you use ObservableRecyclerView with GridLayoutManager with 2+ columns onScrollChanged callback make "jumps" with scrolling on 1 child height because you took 0 child.

How can we achieve multiple sticky section in listview using this, Where each section has a background image?

1. Create a layout with ObservableScrollView that fits screen in portrait (so it's not scrollable), but it's longer than the screen in landscape (so it's scrollable), e.g. modify the layout...

I'm using code from [this Gist](https://github.com/ksoichiro/Android-ObservableScrollView) and [this is what I am trying to achieve](https://github.com/ksoichiro/Android-ObservableScrollView/blob/master/samples/images/demo10.gif) (a fading ToolBar). However, when I start up my app I get the following error:...

After I scroll down bottom, I want to scroll up top, and I scroll up very quickly, then I found scroller will scroll up top but not show toolbar, and...

how can i use ObservableRecyclerView in ObservableScrollView with out any lag. i use ObservableRecyclerView in ObservableScrollViewand i use Custome LayoutManager but in scroll between recycle and scrool not good and...

I'm using FlexibleSpaceWithImageScrollView, but I replaced the TextView. Now I'm using four CardViews but when I scroll the layout containing them seems to be attached to the View that contains...

Hi! If I use android:windowSoftInputMode="stateHidden|adjustPan" on an activity with ObservableScrollView it sometimes leaves my toolbar hidden after the keyboard is displayed and then closed

On devices running older version than 4.4 on rotate parallax image is not remembering his place. Here is the video of the issue https://goo.gl/photos/vduRz8CpTDwYqJJa9 . Same happens in simple app...