Intent myIntent = new Intent((ParentActivity)getActivity(), YourOtherActivity.class); (ParentActivity)getActivity().startActivity(myIntent);