EDIT ::: Please refer to my answer below...
Question:::
I am very new to using Fragments in Android and I am completely messed up.
I am just trying t
You need to add an empty public constructor to your Fragments, like it says in the stack trace:
public class Fragment_2 extends Fragment{ public Frament_2() { //BLAH! } // The rest of your code }