I am facing a problem of overlapping fragments when i switch between tabs and attach fragments to a tab view below is my code please help
public class Fragme
Instead of using fragment as the container for the fragments, use FragmentContainerView. That solved the issue for me