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
use getContext() instead of MainActivity.this
Intent intent = new Intent(getContext(), SecondActivity.class); startActivity(start);