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