I want to implement a sticky scroll view inside my layout in a way that when one specific type of view (inside the scroll view) is encountered then it gets stick at the top until the other similar type of view is encountered.
I found this library but it's pretty old, if you know any new one please let me know. https://github.com/emilsjolander/StickyScrollViewItems
Also I am using static data inside my scroll view.
I have attached screenshots to show what I want to achieve