Dear All,
I am new born level of Xamarin, I am trying to navigate from Mainform to MyPage1 ..but confuse how does it work?
what method should I use to call MyPage1? with Fade or sliding transition?
MyPage1 myPage1 = new MyPage1();
Android.Widget.Button button1 = FindViewById<Android.Widget.Button> (Resource.Id.button1);
button1.Click += delegate {
};