C# Xamarin: How to Get Data from Fragment1 in Fragment2Qing Ryder8yAsked May 11, 2018, 1:53 PM856Learn iOS ProgrammingHelloIn C# Forms, I know that the following syntax works perfectly but implementing it in xamarin becomes an issue.Form1 f1 = (Form1)Application.OpenForms["form1"]; All Ideas are Welcomed
Replies
Know the answer? Post it — somebody with the same question will find it here.