I have a variable in my code say it is \"status\".
I want to display some text in the application depending on this variable value. This has to be done with a speci
You can use a Handler to post runnable code. This technique is outlined very nicely here: https://guides.codepath.com/android/Repeating-Periodic-Tasks