How To Sleep Time For Some Seconds In Android

[Solved] How To Sleep Time For Some Seconds In Android | Scala - Code Explorer | yomemimo.com
Question : how to sleep time for some seconds in android

Answered by : sushant-kq5nzpnixh6k

(new Handler()).postDelayed(this::yourMethod, 5000);

Source : https://stackoverflow.com/questions/41664409/wait-for-5-seconds | Last Update : Thu, 23 Jun 22

Answers related to how to sleep time for some seconds in android

Code Explorer Popular Question For Scala