Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

page navigation

$
0
0

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 {

};


Viewing all articles
Browse latest Browse all 91519

Trending Articles