Andoird Kotlin Delay
Handler().postDelayed({
//doSomethingHere()
}, 1000)
Hilarious Hyena
Handler().postDelayed({
//doSomethingHere()
}, 1000)