get onActivityResult on Fragment from Activity that called inside RecyclerView.Adapter
问题 okay here is my problem I have a Fragment that contains RecyclerView, and of course an adapter (called ApprovalCutiCardAdapter ) that hold the content. Inside that ApprovalCutiCardAdapter I set OnClickListener on the card, when Card is clicked it will launch an Activity called DetailApprovalCuti . Here is my code to launch the activity ((Activity) MyApplication.getmContext()).startActivityForResult(detailApprovalCutiIntent, 1); In DetailApprovalCuti I'm executing finishActivity(1) to get an