entering in code like this:
FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
comes up with this error \"androi
In Activity import android.app.Fragment .. In Fragment extend with android.app.Fragment.. this solved my issue...