Greetings.
How can I send two parameters into a thread and run methods when the user pushes buttons on the display. Having my variables in the UI thread didn't work and were erased when the UI thread randomly restarts.
UI Thread ______________ Other Thread
User presses button -------> Run Method
Cheers.