how to do an intent in kotlin code example Example: intent kotlin example val intent = Intent(this,SomeActivity::class.java) startActivity(intent)