Click here to Skip to main content
15,907,395 members

Comments by Member 11847156 (Top 2 by date)

Member 11847156 20-Jul-15 0:19am View    
The booleans are set to true when one of the buttons is pushed on the first page, then the second activity opens and when you push that button on the second page, it sends an SMS which then depends on the first boolean
Member 11847156 20-Jul-15 0:00am View    
Thanks, I have the boolean set in MainActivityWithButtons and in the second class I have for example:
MainActivityWithButtons mainAct=new MainActivityWithButtons;
boolean breakIn=mainAct.breakin;

The boolean is set to true in the main activity, but the second class isn't using it properly, it's meant to work like this:

In the MainActivity it's set to true
In the second activity, it's got to do something if it's true, but it's not doing what I need it to do