I was trying to go to another page using button, but it always fail.
button
Here is my First Class with its XML:
public class Fin
For Kotlin you can use
val myIntent = Intent(activity, your_destination_activity::class.java) startActivity(myIntent)