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

when I use this library, this is the error I get : Your project has set `android.useAndroidX=true`, but configuration `:app:debugRuntimeClasspath` still contains legacy support libraries, which may cause runtime issues....

Hi, I did see that some of the apps which uses this library are mentioned in ReadMe, I wonder why whatsapp is not listed here? As WhatsApp does uses this...

加载数据过快会崩溃, (能多暴露一个设置滑动最大速度的接口就更好了)

AndroidX is replacing the Support Library. Android-ObservableScrollView does currently not work with AndroidX.

This not an issue exactly but a question. What is the difference between ObservableScrollView vs Collapsing Toolbar ?

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.os.BaseBundle.getInt(java.lang.String)' on a null object reference at com.github.ksoichiro.android.observablescrollview.a.restoreState(SourceFile:71) at android.support.v4.view.ViewPager.setAdapter(SourceFile:528) --------- at android.os.AsyncTask.finish(AsyncTask.java:660) at android.os.AsyncTask.-wrap1(AsyncTask.java) at android.os.AsyncTask$InternalHandler.handleMessage(AsyncTask.java:677) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:154)...

ObservableWebView has call NestedScrollView.onInterceptTouchEvent(event) in onTouchEvent and then NestedScrollView's mLastMotionY will changed to Y coordinate value of this event's,but this value maybe is bigger than NestedScrollView's max height(when scrolled the...

Hello. Lib version: `1.4.0` I'm experiencing strange behavior of `onUpOrCancelMotionEvent` method in `ObservableListView`. From time to time, ScrollState passed to method is wrong. Different than actual swipe. This problem exists...

Hi, Hopefully you can answer me. I havent managed to solve this for month. I did a mix of flexibleRecyclerViewSlidingup and ViewPagerTabRecyclerViewFragment, it means i have a fragment sliding up...

Error:Failed to resolve: com.github.ksoichiro:android-observablescrollview: Open File How come i solve this error?