In Android, you'd be able to write a coroutine running on the Main dispatcher, that does a for-loop that delays a second between each iteration after updating a text-view with a new value.
The fact that the text-view is updated each second and the UI doesn't hang shows the concept of suspension.