entering in code like this:
FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
comes up with this error \"androi
try this
public class DescriptionFragment extends android.support.v4.app.Fragment
instead of simply Fragment.