Write Following code on App.xaml.cs
namespace CustomRenderer; public partial class App : Application { public App() { InitializeComponent(); Application.Current.UserAppTheme = AppTheme.Light; MainPage = new AppShell(); } }
A blog about Xamarin.Forms, .NET MAUI, .NET MAUI Handler, Xamarin.iOS, Xamarin.Android, Custom Renderer, Xamarin Custom Control, Push Notification, Play Video From URI, Data Bindings. Xamarin Calendar
No comments:
Post a Comment