SyntaxFix
Write A Post
Hire A Developer
Questions
For Kotlin you can use
val myIntent = Intent(activity, your_destination_activity::class.java) startActivity(myIntent)