Quote (carteblanche @ Apr 30 2015 08:13pm)
show me the code where you're passing it via the intent and the code in your new activity where you read from it.
i dont see how a tag will help since the tag is on a view that isn't in your new activity.
the above code is from the "VersusActivity" Class.
then I had the following in "StartActivity":
Code
VersusActivity va = new VersusActivity();
boolean isX = va.isX;
i'm not sure what you mean by passing the boolean via Intent. I've only used Intent for starting a new Activity. So is the boolean not necessary? I need to know the selected Icon by Player 1 so when the game starts, it knows which icon to use first, X or O..
This post was edited by iGotThatFiyah on Apr 30 2015 09:22pm