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
Best way of calling Activity from Fragment class is that make interface in Fragment and add onItemClick() method in that interface. Now implement it to your first activity and call second activity from there.