I am looking at the Fragment documentation from Google Android Fragments
I have been using Fragments
created by Android Studio that is non-static
For Example:
public class FormsFragment extends Fragment
Why is Google's documentation declaring them as static? What is the reasoning?
public static class DetailsFragment extends Fragment