StickyScrollView
StickyScrollView copied to clipboard
Sticky header and footer for android ScrollView.
at android.content.res.TypedArray.getResourceId(TypedArray.java:926) at com.amar.library.provider.ResourceProvider.getResourceId(ResourceProvider.kt:13) at com.amar.library.ui.presenter.StickyScrollPresenter.onGlobalLayoutChange(StickyScrollPresenter.kt:31) at com.amar.library.ui.StickyScrollView$1.invoke(StickyScrollView.kt:37) at com.amar.library.ui.StickyScrollView$1.invoke(StickyScrollView.kt:36) at com.amar.library.ui.StickyScrollView$onLayoutUpdate$1.onGlobalLayout(StickyScrollView.kt:175) at android.view.ViewTreeObserver.dispatchOnGlobalLayout(ViewTreeObserver.java:1082) at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:3207) at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:2222) at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:9123) at android.view.Choreographer$CallbackRecord.run(Choreographer.java:999) at android.view.Choreographer.doCallbacks(Choreographer.java:797) at android.view.Choreographer.doFrame(Choreographer.java:732) at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:984) at android.os.Handler.handleCallback(Handler.java:883)...
is:issue is:open Sometimes I get crash because typed array "android.content.res.TypedArray.getResourceId TypedArray.java"; It seems it's not working properly when child view are using livedata observers. android.content.res.TypedArray.getResourceId TypedArray.java:929 .StickyScrollView$a.onGlobalLayout SourceFile:1 android.view Any...
Hi, First, thanks for your library. I have a question/request for multiple headers and footers, is it possible? Thanks.
Have experienced exception in your library  Here comes fix
``` ...... ``` Scroll of RecyclerView is not working.