Activities

Launching an Activity

val myIntent = Intent(this.context, MyActivity::class.java)
this.startActivity(myIntent)