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
To call another activity from fragment use this:
activity
fragment
Intent i = new Intent(getActivity(), Activity.class); startActivity(i);