• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Help with passing variables etc.

Hi there, I'm trying to pass a variable to a function from the OnCreate function and I get no errors, but it crashes no matter what I try passing. Here's where I'm using it:
upload_2022-4-7_12-43-30.png


and here's where I'm trying to pass it to:
upload_2022-4-7_12-45-21.png


I've tried setting a boolean flag and passing it and that doesn't work either. I've also tried declaring the flag as public static Boolean flag; in MainActivity and passing it as MainActivity.flag and it throws no errors, but it crashes everytime.

Any help would be great, thanks in advance!
 
Back
Top Bottom