Handler Android Kotlin

Handler().postDelayed({
                    //doSomethingHere()
                }, 1000)
Relieved Rat