@NormanCheng, how did you access the ActionBar for Android? As stated in this question: http://forums.xamarin.com/discussion/18803/how-to-extend-android-actionbar-functionality-for-the-navigationpage… (View Post)
I want to add a background image to the navigation bar(iOS)/action bar(Android), so I have extended the NavigationRenderer for the NavigationPage. This was fairly easy for iOS, because the Navigation… (View Post)
Is it possible to override the default Page Transitions for Xamarin.Forms when calling PushAsync or PushModalAsync? For example, I would like to have slide or fade transitions for Android. I have tri… (View Post)