Khan
val dialog by lazy { Dialog() }
btn.setOnClickListener { showDialog() } fun showDialog() { Dialog().show() }
Fatih