I found the message Cannot resolve method \'getSupportFragmentManager ( )\' I want to fragment as activity. because I want to use Maps on the tabs swipe.
pub
For me I made sure to import v4 like this:
import android.support.v4.app.DialogFragment;
Then used:
getActivity().getFragmentManager()