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

The scrollY is off when items have vertical spacing. This fixes the scrollY jumping to incorrect values while scrolling. This will still be an issue on pre-JB. If you did...

android os is 5.0.1 library version is 2446ff2 when i set ObservableGridView's android:numColumns="3" , and scroll down it can't stop . you can reappear it to set android:numColumns="3"

I want fillGap2ScrollView feature but slightly different like i need to add tool bar and remaining thing same as it is fillGap2Scrollview feature. under toolbar fillgap should be scroll. Can...

Hi! Thanks for the great library! I have problem with combination ViewPager na ObservableGridView. When tab is changed and ObservableGridView is scrolled (toolbar should be on top) GridView position doesn't...

There is a bug in FlexibleSpaceWithImageWithViewPagerTabActivity. This bug is caused by LinearLayoutManager's method scrollToPositionWithOffset(int position, int offset). Here is the bug. (1) I make NUM_OF_ITEMS to 10, when the cellphone...

When there are very less content in it ObservableScrollView doesn't fires the onScrollChanged event at that time cause there is less content. In that case I want to show the...

Greetings. There's a small glitch when we perform a fling downwards in RecyclerView so that the Flexible space is expanded. Android version is 5.0.2 It's more likely to happen when...

Hi, I'm experiecing this issue: I have some textviews in an observablescrollview. If the text in the textview is long, on scroll text start flashing, while if it's even longer...

Hi ksoichiro! I want to do a listview that while it is being dragging up, it make sure about hide with "Parallax effect" an image + cardview, please could you...