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
Get the parent activity using get activity then do as usual.
Intent myIntent = new Intent(getActivity(), BookmarkActivity.class); getActivity().startActivity(myIntent);