intent kotlin example
snippet in kotlin
intent kotlin example
user8658
val intent = Intent(this,SomeActivity::class.java)
startActivity(intent)