I am using fragments inside an activity. I am using MediaRecorder to for audio recording. I have two part of an activity. 1st itself the Activity which will list the record
Your fragment should have a parent
Intent intent = new Intent(getActivity(), SecondActivity.class); getActivity().startActivity(intent);