Hi, I am using Parent Layout as Column and then a...
# compose
n
Hi, I am using Parent Layout as Column and then adding vertical Scroll state, inside column i have used AndroidView With RecyclerView now my problem is how i can addOnScrollListener on scroll so i can add functionality based on recyclers scroll.
As onScroll call not happing because of vertical scroll. and i need column scroll also