Android : Calling Activity from Fragment

前端 未结 7 1270
我寻月下人不归
我寻月下人不归 2020-12-02 21:43

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

相关标签:
7条回答
  • 2020-12-02 22:14

    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.

    0 讨论(0)
提交回复
热议问题