
Handler().postDelayed({
Toast.makeText(applicationContext,"This is Splash Screen",Toast.LENGTH_SHORT).show()
val intent = Intent(this, ScreenTwo::class.java)
startActivity(intent)
finish()
}, SPLASH_TIMER.toLong())
}
Подробнее здесь: https://stackoverflow.com/questions/741 ... tlin-andro
Мобильная версия