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
FragmentManager fragmentManager = getFragmentManager(); fragmentManager.beginTransaction().replace(R.id.frame, new MySchedule()).commit();
MySchedule is the name of my java class.