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