Skip to content Skip to sidebar Skip to footer

How To Extend Two Classes So That I May Set A New Activity In View

Hi so im trying to make a game that when a red circle is clicked another screen pops up and says they have failed the game. Now as i understand their is multiple ways of doing this

Solution 1:

You need to create a new instance of the Activity and and then call setContentView from it's reference.


Post a Comment for "How To Extend Two Classes So That I May Set A New Activity In View"