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

Hi, I am facing issue while importing your project in Eclipse IDE. I am using latest appcompat available ttill now (17 August 2016). Able to compile library. issue in XML....

Toolbar doesn't stay at the top of screen when scrolling in FlexibleSpaceWithImagescrollview activity. It gets scrolled along with the content.

fix #254 I'm not 100% sure if this is a right way, but recent version of support RecyclerView is doing this check, so I think it is reasonable to do...

All your examples are activity related could you please do one with fragments . i.e use a webview in a fragment ?

I've a reycleview with cardviews and if i click on them it opens an other activity. But the first item always appeared like this: ![screenshot_2015-09-22-03-14-45](https://cloud.githubusercontent.com/assets/11893063/10017618/66c86aac-6130-11e5-9594-cc28907d2b7d.png) And then the second item...

Hello ; https://github.com/cprcrack/videoenabledwebview How do I use it?

Hi, Great library, it would be really great if you can also provide an `ObservableExpandableListView`

I'm trying to get and save current RecyclerView scroll position, by this code: ``` @Override public void onScrollChanged(int scrollY, boolean firstScroll, boolean dragging) { recyclerViewCurrentScrolledPosition = scrollY; } ``` after...

Hi, First of all great library, it's really useful. I'm using this library in combination with modified version of `FlexibleSpaceWithImageWithViewPagerTabActivity` that multiple modified versions of `FlexibleSpaceWithImageRecyclerViewFragment`s. My modified Fragments use...

I have got a NPE java.lang.NullPointerException: Attempt to invoke virtual method 'int android.view.View.getHeight()' on a null object reference com.github.ksoichiro.android.observablescrollview.ObservableRecyclerView.void onScrollChanged(int,int,int,int)(ObservableRecyclerView.java:102) android.support.v7.widget.RecyclerView.h(RecyclerView.java:3942) android.support.v7.widget.RecyclerView.a(RecyclerView.java:1557) android.support.v7.widget.RecyclerView.onGenericMotionEvent(RecyclerView.java:2578) android.view.View.dispatchGenericMotionEventInternal(View.java:8581) android.view.View.dispatchGenericMotionEvent(View.java:8562) android.view.ViewGroup.dispatchTransformedGenericPointerEvent(ViewGroup.java:1919) android.view.ViewGroup.dispatchGenericPointerEvent(ViewGroup.java:1870) android.view.View.dispatchGenericMotionEvent(View.java:8555) android.view.ViewGroup.dispatchTransformedGenericPointerEvent(ViewGroup.java:1919) android.view.ViewGroup.dispatchGenericPointerEvent(ViewGroup.java:1870)...