Hoping to display a value every 3 seconds using thread.sleep. However, it's not working
im taking this kotlin basics in google and im in the "intro to debugging" section.. total noob here and i've managed to plow through the subjects and now im stuck here..
so the expected outcome is for the textview to display a quotient every three seconds but when i run the app, it shows a static value of 60.
private val TAG = "MainActivity"
MainActivity : AppCompatActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
Log.d (TAG, "this...