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 thanks for your amazing lib. > i want to make something like `"SlidingUpScrollViewActivity"`. > > i copy code from sample project but `SlidingUpBaseActivity` not found and cannot extent my...

I'm always getting this error when the activity is being recreated after it was destroyed by the OS. Anyone had the same problem? `Caused by: java.lang.ClassCastException: android.support.v7.widget.RecyclerView$SavedState cannot be cast...

First of all a heartily gratitude for all of your hard works. I liked this library very much. Currently I am trying to figure out how it is working. And...

Actually, I am using ObservalableScrollView to moving image When i put buttons inside ObservalableScrollView. And I can't click buttons, when scrolling up in the specific area such as image Layout...

![title here](https://res.cloudinary.com/hashnode/image/upload/v1473872214/zxfxnc1wvwil8fe9rwo3.png) Been trying to create like for weeks, try onscrollChangeListener on mviewpager but it api 23+, i recently discovered this library, was i could any help ,directions to create...

Any ideas why I am I getting this error? Running version 1.5.0 ``` java.lang.ClassCastException: android.view.ViewRootImpl cannot be cast to android.view.View at com.github.ksoichiro.android.observablescrollview.ObservableRecyclerView.onTouchEvent(ObservableRecyclerView.java:227) at android.view.View.dispatchTouchEvent(View.java:7706) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2210) at android.view.ViewGroup.dispatchTouchEvent(ViewGroup.java:1945) at android.view.ViewGroup.dispatchTransformedTouchEvent(ViewGroup.java:2216)...

You can easily replicate this problem if you do this: - Open **fragment_flexiblespacewithimagescrollview.xml** - In this XML in the TextView change **@string/lipsum** to **@string/lipsum_short.** - Start the demo. - Open...

I found a bug,like #243 in FlexibleSpaceWithImageScoroolViewActivity, the slide when the contents of the first page slide up in the end portion, cut to the second page in the end...

LineChart how to pass the parameters(Entry) of type String to Y