FishBun icon indicating copy to clipboard operation
FishBun copied to clipboard

Can we get result as callback instead of return in OnActivityResult.

Open girubhai opened this issue 4 years ago • 1 comments

I want to use Image selection in custom class instead of activity and fragment and need to remember some parameters (for e.g. User Profile ID) with image selection. In current scenario it callback to onActivityResult of activity of class and I can't use same class instance that was used in image selection.

So is there any help to get callback directly in custom class.

girubhai avatar Jan 30 '20 07:01 girubhai

Are you saying that you want to receive a response from Rx or LiveData or Listener?

sangcomz avatar Mar 22 '20 06:03 sangcomz