So my Android app has a couple of threads that I have sitting in a loop, using sleep to keep from running non-stop. I would love to be able to send a message in between threads, or notifications if that's a better term.
Is there something I can use like Windows messages? I'm even thinking can each thread have a button, that isn't displayed and that I could send a notification to?
Thanks