I\'m developing an android application, and I have a button which starts/pauses certain simulation process. While this process is running, I need to output some data from it
you have to store the data which you are wanting do show into a public var and let your Thread call a Runnable via Handler.post(runnable)
The code in the run() method of the Runnable is able to access the Textview