Posts by Catarina Ferreira • 121 points
2 posts
-
1
votes2
answers1372
viewsA: When changing Fragment, the previous one is visible below the new one
This happens because just put a new fragment instead of replacing him. The best method is always to assign a fragment to a particular layout and then always replace it in the same layout. You can do…
-
1
votes2
answers829
viewsA: How to support various types of screens/screens
I also came across the same problem, and after several attempts, in my opinion it is best to create a layout for each screen type. When you are editing your layout click on the right-hand button of…