One Layout Over Another At Run Time?
My game app has many complex graphical elements and I am worried that having a banner ad continuously on screen will detract too much from the game. My plan is that the user will b
Solution 1:
It can be done. Afaik you simply have to create a layout which is android:backgroundcolor="transparent". Else you could do it so you started a new activity on each level completion?
Post a Comment for "One Layout Over Another At Run Time?"