Learn Technologies

Xamarin Forms- Android Local Notification

Hello, every body in this new tutorial of Xamarin Forms. In this part, you will learn how to make a basic local notification. NotificationManager First of all, add a new button in MainPage.xaml.cs file and bind it to LocalNotificationCommand. In the MainPageVeiwModel.cs, create new command called LocalNotification and intialize in the constructor: After that, create […]