Posts

Showing posts from January, 2020

Toast Notification message In UWP

Image
In UWP - Universal Windows Platform application sent Toast Notification content two ways one is Html content and another one was XML Content. It was support windows 8.1 onwards Systems. In Toast message with use Buttons and Images and sound.    Toast Message is very effective and comforts to sent messages to all. It sent multiple people at the same time. The client also replies to that notification. Notification design is suitable for the latest Technology. default stand time is 5 seconds and will increase 25-30 seconds. This Article Shows three types of Toast message. Simple Notification Toast With Button Textbox Message Sent. Header     install packages from NuGet. using Windows.Data.Xml.Dom; using Windows.UI.Notifications; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; Design XAML < Page x : Name ="Notification"     x : Class ="App.MainPage"     xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/

Developing Cross platform Desktop Application Development - Ver 1

Image
Hi Guys,    In this article about Cross-platform desktop application development using Visual studio core or Xamarin studio. first, understand your requirements and what are technology will support your requirements. Right now I faced this type of issue. The client asks me to develop a single code that works with Windows and Mac, Linux systems.  First clear If you're Developing  Cross Application Console application Cross Application UI Application Cross Desktop Console application supports easily. the only prob is supported with UI Desktop Application.     First, I go with UWP - Universal Windows Platform  this is new feature comes in Windows 10.  in your visual studio above the 2017 version, it was support to develop. in this UWP platform developed applications can use Windows Systems, Windows Mobiles, IoT Devices, Xbox, Surface Hub, and Holo Lens. in UWP can use Xaml Code for Design the View.     Then I Clarified this UWP does not Support Cross Platform