If I have 2 fragments, Fragment1 and Fragment2. How can I go back to Fragment1 from Fragment2 by using ActionBar? Below is my activity_main.xml
ActivityMain.xml
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
android:id="@+id/fragment_container"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context="com.example.android.p2q4.MainActivity">
</FrameLayout>