I found the message Cannot resolve method \'getSupportFragmentManager ( )\'
I want to fragment as activity.
because I want to use Maps on the tabs swipe.
Also you can use AppCompatActivity instead of Activity.
Then getSupportFragmentManager() will work.
And also not forget to make your App theme extend AppCompat theme in this case