Recycleview Scrolling Child Overlaps
As can be observed by the gif when scrolled the the eariler child remain in the place this started code worked well when used in the activity but when placed in fragment this issu
Solution 1:
You cannot replace a fragment that is included in the XML. It will put the new fragment on the top of the "old" fragment.
Please see this question for more details: Android - fragment .replace() doesn't replace content - puts it on top
Post a Comment for "Recycleview Scrolling Child Overlaps"