Xamarin Forms Toast Message

Sometimes in your applications you can request a short message on the screen. You do not have to call the user for this. When you give a message with DisplayAlert, the user has to touch the screen once again in order to pass this message.…