Hi,
I am new in xamarin and In an exemble I have this
activity = Xamarin.Forms.Forms.Context as MainActivity;
activity.ActivityResult += (object sender, ActivityResultEventArgs e) =>
{
the problem is I want to have the currentactivity to replace mainactivity.
Is it possible to do that?
Thank you