├── README.md
├── AppBar
├── AppBar
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── Package.appxmanifest
│ └── MainPage.xaml.cs
├── README.md
└── AppBar.sln
├── MapControl
├── MapControl
│ ├── Assets
│ │ ├── pin.png
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── MainPage.xaml
│ └── Package.appxmanifest
├── README.md
└── MapControl.sln
├── PDFViewer
├── PDFViewer
│ ├── Assets
│ │ ├── dummy.pdf
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── Package.appxmanifest
│ └── MainPage.xaml
├── README.md
└── PDFViewer.sln
├── Sharing
├── Sharing
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── MainPage.xaml
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ └── Package.appxmanifest
├── README.md
└── Sharing.sln
├── FlipView
├── FlipView
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── Model
│ │ └── SampleItem.cs
│ ├── project.json
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── MainPage.xaml.cs
│ └── Package.appxmanifest
├── README.md
└── FlipView.sln
├── Mdl2Tool
├── Mdl2Tool
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── project.json
│ ├── Utility
│ │ └── Helper.cs
│ ├── Models
│ │ ├── ViewModelLocator.cs
│ │ └── MdlModel.cs
│ ├── App.xaml
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── Package.appxmanifest
│ └── MainPage.xaml.cs
├── README.md
└── Mdl2Tool.sln
├── FilePicker
├── FilePicker
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── Package.appxmanifest
│ └── MainPage.xaml
├── README.md
└── FilePicker.sln
├── DragAndDrop
├── DragAndDrop
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── MainPage.xaml
│ ├── Package.appxmanifest
│ └── MainPage.xaml.cs
├── README.md
└── DragAndDrop.sln
├── MessageDialog
├── MessageDialog
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ └── Package.appxmanifest
├── README.md
└── MessageDialog.sln
├── SendEmail-SMS
├── SendEmail-SMS
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── MainPage.xaml
│ └── Package.appxmanifest
├── README.md
└── SendEmail-SMS.sln
├── Hamburger-Menu
├── Hamburger-Menu
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── project.json
│ ├── Models
│ │ └── MenuItem.cs
│ ├── ViewModels
│ │ ├── ViewModelLocator.cs
│ │ └── MainViewModel.cs
│ ├── App.xaml
│ ├── Views
│ │ ├── Home.xaml.cs
│ │ ├── Map.xaml.cs
│ │ ├── Video.xaml.cs
│ │ ├── Download.xaml.cs
│ │ ├── Favourite.xaml.cs
│ │ ├── Map.xaml
│ │ ├── Home.xaml
│ │ ├── Video.xaml
│ │ ├── Download.xaml
│ │ └── Favourite.xaml
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── Package.appxmanifest
│ └── MainPage.xaml.cs
├── README.md
└── Hamburger-Menu.sln
├── BackgroundChange
├── BackgroundChange
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── MainPage.xaml
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ └── Package.appxmanifest
├── README.md
└── BackgroundChange.sln
├── Full-Screen-Mode
├── Full-Screen-Mode
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── MainPage.xaml
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── MainPage.xaml.cs
│ └── Package.appxmanifest
├── README.md
└── Full-Screen-Mode.sln
├── Button-Flyout-Menu
├── Button-Flyout-Menu
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── MainPage.xaml.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── MainPage.xaml
│ └── Package.appxmanifest
├── README.md
└── Button-Flyout-Menu.sln
├── DeviceSpecificView
├── DeviceSpecificView
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── MainPage.xaml.cs
│ ├── DeviceFamily-Mobile
│ │ ├── MainPage.xaml.cs
│ │ └── MainPage.xaml
│ ├── MainPage.xaml
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ └── Package.appxmanifest
└── README.md
├── BackgroundDownloader
├── BackgroundDownloader
│ ├── Assets
│ │ ├── StoreLogo.png
│ │ ├── SplashScreen.scale-200.png
│ │ ├── LockScreenLogo.scale-200.png
│ │ ├── Square44x44Logo.scale-200.png
│ │ ├── Wide310x150Logo.scale-200.png
│ │ ├── Square150x150Logo.scale-200.png
│ │ └── Square44x44Logo.targetsize-24_altform-unplated.png
│ ├── App.xaml
│ ├── project.json
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ └── Default.rd.xml
│ ├── Package.appxmanifest
│ └── MainPage.xaml
└── README.md
└── Title-Bar-Color-Change
├── Title-Bar-Color-Change
├── Assets
│ ├── StoreLogo.png
│ ├── LockScreenLogo.scale-200.png
│ ├── SplashScreen.scale-200.png
│ ├── Square44x44Logo.scale-200.png
│ ├── Wide310x150Logo.scale-200.png
│ ├── Square150x150Logo.scale-200.png
│ └── Square44x44Logo.targetsize-24_altform-unplated.png
├── App.xaml
├── project.json
├── MainPage.xaml
├── Properties
│ ├── AssemblyInfo.cs
│ └── Default.rd.xml
├── MainPage.xaml.cs
└── Package.appxmanifest
└── README.md
/README.md:
--------------------------------------------------------------------------------
1 | # UWP-Samples
2 | Universal Windows Platform (UWP) Samples
3 |
--------------------------------------------------------------------------------
/AppBar/AppBar/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/AppBar/AppBar/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/MapControl/MapControl/Assets/pin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MapControl/MapControl/Assets/pin.png
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/Assets/dummy.pdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/PDFViewer/PDFViewer/Assets/dummy.pdf
--------------------------------------------------------------------------------
/Sharing/Sharing/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Sharing/Sharing/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/FlipView/FlipView/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FlipView/FlipView/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Mdl2Tool/Mdl2Tool/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/PDFViewer/PDFViewer/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/FilePicker/FilePicker/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FilePicker/FilePicker/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/MapControl/MapControl/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MapControl/MapControl/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DragAndDrop/DragAndDrop/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/AppBar/AppBar/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/AppBar/AppBar/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MessageDialog/MessageDialog/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/SendEmail-SMS/SendEmail-SMS/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/AppBar/AppBar/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/AppBar/AppBar/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/AppBar/AppBar/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/AppBar/AppBar/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/AppBar/AppBar/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/AppBar/AppBar/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/FlipView/FlipView/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FlipView/FlipView/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Hamburger-Menu/Hamburger-Menu/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Mdl2Tool/Mdl2Tool/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/Sharing/Sharing/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Sharing/Sharing/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/Sharing/Sharing/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Sharing/Sharing/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/AppBar/AppBar/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/AppBar/AppBar/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/FlipView/FlipView/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FlipView/FlipView/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Mdl2Tool/Mdl2Tool/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/PDFViewer/PDFViewer/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/Sharing/Sharing/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Sharing/Sharing/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/Sharing/Sharing/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Sharing/Sharing/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundChange/BackgroundChange/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/FilePicker/FilePicker/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FilePicker/FilePicker/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/FlipView/FlipView/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FlipView/FlipView/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/FlipView/FlipView/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FlipView/FlipView/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/FlipView/FlipView/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FlipView/FlipView/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Full-Screen-Mode/Full-Screen-Mode/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/MapControl/MapControl/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MapControl/MapControl/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Mdl2Tool/Mdl2Tool/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Mdl2Tool/Mdl2Tool/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Mdl2Tool/Mdl2Tool/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/PDFViewer/PDFViewer/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/PDFViewer/PDFViewer/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/PDFViewer/PDFViewer/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Sharing/Sharing/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Sharing/Sharing/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Button-Flyout-Menu/Button-Flyout-Menu/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DeviceSpecificView/DeviceSpecificView/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DragAndDrop/DragAndDrop/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/FilePicker/FilePicker/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FilePicker/FilePicker/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/FilePicker/FilePicker/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FilePicker/FilePicker/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/FilePicker/FilePicker/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FilePicker/FilePicker/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/MapControl/MapControl/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MapControl/MapControl/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/MapControl/MapControl/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MapControl/MapControl/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/MapControl/MapControl/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MapControl/MapControl/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/PDFViewer/PDFViewer/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DragAndDrop/DragAndDrop/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DragAndDrop/DragAndDrop/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DragAndDrop/DragAndDrop/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/FilePicker/FilePicker/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FilePicker/FilePicker/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/MapControl/MapControl/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MapControl/MapControl/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MessageDialog/MessageDialog/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/SendEmail-SMS/SendEmail-SMS/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/BackgroundDownloader/BackgroundDownloader/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundDownloader/BackgroundDownloader/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DragAndDrop/DragAndDrop/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Hamburger-Menu/Hamburger-Menu/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MessageDialog/MessageDialog/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/SendEmail-SMS/SendEmail-SMS/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/FilePicker/README.md:
--------------------------------------------------------------------------------
1 | # UWP File Picker
2 |
3 | ### YouTube Video
4 |
5 | [](https://youtu.be/duCaDtXvYUk "UWP File Picker")
6 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Hamburger-Menu/Hamburger-Menu/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Hamburger-Menu/Hamburger-Menu/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Hamburger-Menu/Hamburger-Menu/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MessageDialog/MessageDialog/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MessageDialog/MessageDialog/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MessageDialog/MessageDialog/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/SendEmail-SMS/SendEmail-SMS/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/SendEmail-SMS/SendEmail-SMS/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/SendEmail-SMS/SendEmail-SMS/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/StoreLogo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/StoreLogo.png
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundChange/BackgroundChange/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Full-Screen-Mode/Full-Screen-Mode/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Hamburger-Menu/Hamburger-Menu/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/AppBar/AppBar/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/AppBar/AppBar/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundChange/BackgroundChange/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundChange/BackgroundChange/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundChange/BackgroundChange/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Button-Flyout-Menu/Button-Flyout-Menu/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DeviceSpecificView/DeviceSpecificView/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Full-Screen-Mode/Full-Screen-Mode/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Full-Screen-Mode/Full-Screen-Mode/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Full-Screen-Mode/Full-Screen-Mode/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundChange/BackgroundChange/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Button-Flyout-Menu/Button-Flyout-Menu/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DeviceSpecificView/DeviceSpecificView/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Full-Screen-Mode/Full-Screen-Mode/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Sharing/Sharing/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Sharing/Sharing/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/BackgroundDownloader/BackgroundDownloader/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundDownloader/BackgroundDownloader/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Button-Flyout-Menu/Button-Flyout-Menu/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Button-Flyout-Menu/Button-Flyout-Menu/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Button-Flyout-Menu/Button-Flyout-Menu/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DeviceSpecificView/DeviceSpecificView/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DeviceSpecificView/DeviceSpecificView/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DeviceSpecificView/DeviceSpecificView/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/FlipView/FlipView/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FlipView/FlipView/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Mdl2Tool/Mdl2Tool/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/PDFViewer/README.md:
--------------------------------------------------------------------------------
1 | # PDF Viewer for UWP app
2 |
3 | ### YouTube Video
4 |
5 | [](https://youtu.be/Mj6X2es8sDM "PDF Viewer for UWP app")
6 |
--------------------------------------------------------------------------------
/BackgroundDownloader/BackgroundDownloader/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundDownloader/BackgroundDownloader/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/BackgroundDownloader/BackgroundDownloader/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundDownloader/BackgroundDownloader/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/BackgroundDownloader/BackgroundDownloader/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundDownloader/BackgroundDownloader/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/PDFViewer/PDFViewer/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/Sharing/README.md:
--------------------------------------------------------------------------------
1 | #Share Content in a UWP App
2 |
3 | ### YouTube Video
4 | [](https://youtu.be/7t8h3kTF-qk "Share Content in a UWP App")
5 |
--------------------------------------------------------------------------------
/BackgroundDownloader/BackgroundDownloader/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundDownloader/BackgroundDownloader/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DragAndDrop/DragAndDrop/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/DragAndDrop/README.md:
--------------------------------------------------------------------------------
1 | #Drag and Drop image in UWP
2 |
3 | ### YouTube Video
4 | [](https://youtu.be/K1JpunlzfsI "Drag and Drop image in UWP")
5 |
--------------------------------------------------------------------------------
/FilePicker/FilePicker/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/FilePicker/FilePicker/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/MapControl/MapControl/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MapControl/MapControl/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/LockScreenLogo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/LockScreenLogo.scale-200.png
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/SplashScreen.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/SplashScreen.scale-200.png
--------------------------------------------------------------------------------
/BackgroundDownloader/README.md:
--------------------------------------------------------------------------------
1 | #Background Downloader #UWP
2 |
3 | ### YouTube Video
4 | [](https://youtu.be/VRsTA0m6pF4 "Background Downloader UWP")
5 |
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/Square44x44Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/Square44x44Logo.scale-200.png
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/Wide310x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/Wide310x150Logo.scale-200.png
--------------------------------------------------------------------------------
/AppBar/README.md:
--------------------------------------------------------------------------------
1 | #App Bar and Command Bar in #UWP
2 |
3 | ### YouTube Video
4 | [](https://youtu.be/NNaoYttwiuk "App Bar and Command Bar in #UWP")
5 |
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/MessageDialog/MessageDialog/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/SendEmail-SMS/SendEmail-SMS/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/Square150x150Logo.scale-200.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/Square150x150Logo.scale-200.png
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Hamburger-Menu/Hamburger-Menu/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/Mdl2Tool/README.md:
--------------------------------------------------------------------------------
1 | # Segoe MDL2 font Cheat sheet
2 |
3 | ### YouTube Video
4 |
5 | [](https://youtu.be/jzrfPu82wm4 "Segoe MDL2 font Cheat sheet app")
6 |
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundChange/BackgroundChange/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Full-Screen-Mode/Full-Screen-Mode/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Button-Flyout-Menu/Button-Flyout-Menu/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/DeviceSpecificView/DeviceSpecificView/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/BackgroundChange/README.md:
--------------------------------------------------------------------------------
1 | # Change desktop background using UWP
2 |
3 | ### YouTube Video
4 |
5 | [](https://youtu.be/6P9Mc2lh_vE "Change desktop background using UWP")
6 |
--------------------------------------------------------------------------------
/BackgroundDownloader/BackgroundDownloader/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/BackgroundDownloader/BackgroundDownloader/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/SendEmail-SMS/README.md:
--------------------------------------------------------------------------------
1 | #Send E-mail and SMS in Windows 10 UWP app
2 |
3 | ### YouTube Video
4 | [](https://youtu.be/W-2pOqNsNNc "Send E-mail and SMS in Windows 10 UWP app")
5 |
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/Square44x44Logo.targetsize-24_altform-unplated.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/jQuery2DotNet/UWP-Samples/HEAD/Title-Bar-Color-Change/Title-Bar-Color-Change/Assets/Square44x44Logo.targetsize-24_altform-unplated.png
--------------------------------------------------------------------------------
/MapControl/README.md:
--------------------------------------------------------------------------------
1 | #Map control and get current location using UWP
2 |
3 | ### YouTube Video
4 | [](https://youtu.be/xJveKt99MXY "Map control and get current location using UWP")
5 |
--------------------------------------------------------------------------------
/AppBar/AppBar/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Sharing/Sharing/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/DeviceSpecificView/README.md:
--------------------------------------------------------------------------------
1 | #Develop Different UI For Different Device Family In UWP
2 |
3 | ### YouTube Video
4 | [](https://youtu.be/ND0DnlsZF9g "Using #DeviceFamily to create device adaptive #layouts")
5 |
--------------------------------------------------------------------------------
/FilePicker/FilePicker/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/FlipView/FlipView/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/MapControl/MapControl/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/BackgroundDownloader/BackgroundDownloader/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/FlipView/FlipView/Model/SampleItem.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.Linq;
4 | using System.Text;
5 | using System.Threading.Tasks;
6 |
7 | namespace FlipViewDemo.Model
8 | {
9 | public class SampleItem
10 | {
11 | public string Name { get; set; }
12 | public string Image { get; set; }
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/AppBar/AppBar/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/Sharing/Sharing/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/FlipView/FlipView/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/FilePicker/FilePicker/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/MapControl/MapControl/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/BackgroundDownloader/BackgroundDownloader/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/Hamburger-Menu/README.md:
--------------------------------------------------------------------------------
1 | # Hamburger Flyout Menu in UWP app
2 |
3 | 
4 |
5 | ### YouTube Video
6 |
7 | [](https://youtu.be/InVsajohErQ "Hamburger Flyout Menu in UWP app")
8 |
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0"
4 | },
5 | "frameworks": {
6 | "uap10.0": {}
7 | },
8 | "runtimes": {
9 | "win10-arm": {},
10 | "win10-arm-aot": {},
11 | "win10-x86": {},
12 | "win10-x86-aot": {},
13 | "win10-x64": {},
14 | "win10-x64-aot": {}
15 | }
16 | }
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
4 | "MvvmLight": "5.3.0"
5 | },
6 | "frameworks": {
7 | "uap10.0": {}
8 | },
9 | "runtimes": {
10 | "win10-arm": {},
11 | "win10-arm-aot": {},
12 | "win10-x86": {},
13 | "win10-x86-aot": {},
14 | "win10-x64": {},
15 | "win10-x64-aot": {}
16 | }
17 | }
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
4 | "MvvmLight": "5.3.0"
5 | },
6 | "frameworks": {
7 | "uap10.0": {}
8 | },
9 | "runtimes": {
10 | "win10-arm": {},
11 | "win10-arm-aot": {},
12 | "win10-x86": {},
13 | "win10-x86-aot": {},
14 | "win10-x64": {},
15 | "win10-x64-aot": {}
16 | }
17 | }
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Utility/Helper.cs:
--------------------------------------------------------------------------------
1 | using System.Collections.Generic;
2 | using System.Linq;
3 | using System.Reflection;
4 |
5 | namespace Mdl2Tool.Utility
6 | {
7 | public class Helper
8 | {
9 | public static Dictionary GetFieldValues(object obj)
10 | {
11 | return obj.GetType().GetProperties().ToDictionary(f => f.Name, f => (string)f.GetValue(null));
12 | }
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/project.json:
--------------------------------------------------------------------------------
1 | {
2 | "dependencies": {
3 | "Microsoft.NETCore.UniversalWindowsPlatform": "5.0.0",
4 | "MvvmLight": "5.3.0",
5 | "WindowsStateTriggers": "1.1.0"
6 | },
7 | "frameworks": {
8 | "uap10.0": {}
9 | },
10 | "runtimes": {
11 | "win10-arm": {},
12 | "win10-arm-aot": {},
13 | "win10-x86": {},
14 | "win10-x86-aot": {},
15 | "win10-x64": {},
16 | "win10-x64-aot": {}
17 | }
18 | }
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Models/MenuItem.cs:
--------------------------------------------------------------------------------
1 | using GalaSoft.MvvmLight;
2 | using System;
3 | using System.Collections.Generic;
4 | using System.Linq;
5 | using System.Text;
6 | using System.Threading.Tasks;
7 | using Windows.UI.Xaml.Controls;
8 |
9 | namespace Hamburger_Menu.Models
10 | {
11 | public class MenuItem : ViewModelBase
12 | {
13 | public string Title { get; set; }
14 |
15 | public Symbol SymbolIcon { get; set; }
16 |
17 | public Type NavigateTo { get; set; }
18 | }
19 | }
20 |
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/MainPage.xaml.cs:
--------------------------------------------------------------------------------
1 | using Windows.UI.Xaml.Controls;
2 |
3 | // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409
4 |
5 | namespace DeviceSpecificView
6 | {
7 | ///
8 | /// An empty page that can be used on its own or navigated to within a Frame.
9 | ///
10 | public sealed partial class MainPage : Page
11 | {
12 | public MainPage()
13 | {
14 | this.InitializeComponent();
15 | }
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/DeviceFamily-Mobile/MainPage.xaml.cs:
--------------------------------------------------------------------------------
1 | using Windows.UI.Xaml.Controls;
2 |
3 | // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
4 |
5 | namespace DeviceSpecificView.DeviceFamily_Mobile
6 | {
7 | ///
8 | /// An empty page that can be used on its own or navigated to within a Frame.
9 | ///
10 | public sealed partial class MainPage : Page
11 | {
12 | public MainPage()
13 | {
14 | this.InitializeComponent();
15 | }
16 | }
17 | }
18 |
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
12 |
13 |
14 |
--------------------------------------------------------------------------------
/Full-Screen-Mode/README.md:
--------------------------------------------------------------------------------
1 | # Full Screen Mode in UWP app
2 | ```csharp
3 | ApplicationView view = ApplicationView.GetForCurrentView();
4 |
5 | bool isInFullScreenMode = view.IsFullScreenMode;
6 |
7 | if (isInFullScreenMode) {
8 | view.ExitFullScreenMode();
9 | btnMode.Content = "View Full Screen Mode";
10 | } else {
11 | view.TryEnterFullScreenMode();
12 | btnMode.Content = "Exit Full Screen Mode";
13 | }
14 | ```
15 | ### YouTube Video
16 |
17 | [](https://youtu.be/4RR3QncR4OI "Full Screen Mode in UWP app")
18 |
19 |
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/README.md:
--------------------------------------------------------------------------------
1 | # Title Bar Color Change in UWP
2 | ```
3 | // Get the instance of the Title Bar
4 | var titleBar = ApplicationView.GetForCurrentView().TitleBar;
5 |
6 | // Set the color of the Title Bar content
7 | titleBar.BackgroundColor = Colors.Orange;
8 | titleBar.ForegroundColor = Colors.Green;
9 |
10 | // Set the color of the Title Bar buttons
11 | titleBar.ButtonBackgroundColor = Colors.Orange;
12 | titleBar.ButtonForegroundColor = Colors.Green;
13 | ```
14 | ### YouTube Video
15 | [](https://youtu.be/6qxgqJlkThE "Title Bar Color Change in UWP")
16 |
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Models/ViewModelLocator.cs:
--------------------------------------------------------------------------------
1 | using GalaSoft.MvvmLight.Ioc;
2 | using Microsoft.Practices.ServiceLocation;
3 |
4 | namespace Mdl2Tool.Models
5 | {
6 | public class ViewModelLocator
7 | {
8 | public ViewModelLocator()
9 | {
10 | ServiceLocator.SetLocatorProvider(() => SimpleIoc.Default);
11 |
12 | SimpleIoc.Default.Register();
13 | }
14 |
15 | public MainViewModel MainViewModel
16 | {
17 | get
18 | {
19 | return ServiceLocator.Current.GetInstance();
20 | }
21 | }
22 | }
23 | }
24 |
--------------------------------------------------------------------------------
/FlipView/README.md:
--------------------------------------------------------------------------------
1 | #How to add Page Indicator with FlipView UWP
2 |
3 | Basic FlipView
4 | ```
5 |
6 |
7 |
8 |
9 |
10 |
11 | ```
12 | ### YouTube Video
13 | [](https://youtu.be/554Al2I_Wk0 "How to add Page Indicator to FlipView")
14 |
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
10 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/ViewModels/ViewModelLocator.cs:
--------------------------------------------------------------------------------
1 | using GalaSoft.MvvmLight.Ioc;
2 | using Microsoft.Practices.ServiceLocation;
3 | using System;
4 | using System.Collections.Generic;
5 | using System.Linq;
6 | using System.Text;
7 | using System.Threading.Tasks;
8 |
9 | namespace Hamburger_Menu.ViewModels
10 | {
11 | public class ViewModelLocator
12 | {
13 | public ViewModelLocator()
14 | {
15 | ServiceLocator.SetLocatorProvider(() => SimpleIoc.Default);
16 |
17 | SimpleIoc.Default.Register();
18 | }
19 |
20 | public MainViewModel MainViewModel
21 | {
22 | get { return ServiceLocator.Current.GetInstance(); }
23 | }
24 | }
25 | }
26 |
--------------------------------------------------------------------------------
/MessageDialog/README.md:
--------------------------------------------------------------------------------
1 | # Message Content Dialog in UWP app
2 | ```
3 | Windows.UI.Popups.MessageDialog showDialog = new Windows.UI.Popups.MessageDialog("UWP message dialog without title - Windows 10");
4 | showDialog.Commands.Add(new UICommand("Yes") {
5 | Id = 0
6 | });
7 | showDialog.Commands.Add(new UICommand("No") {
8 | Id = 1
9 | });
10 | showDialog.DefaultCommandIndex = 0;
11 | showDialog.CancelCommandIndex = 1;
12 | var result = await showDialog.ShowAsync();
13 | if ((int) result.Id == 0) {
14 | //do your task
15 | } else {
16 | //skip your task
17 | }
18 | ```
19 |
20 |
21 | ### YouTube Video
22 |
23 | [](https://youtu.be/fpeAaOC0oLw "Message Content Dialog in UWP app")
24 |
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/App.xaml:
--------------------------------------------------------------------------------
1 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/Sharing/Sharing/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
10 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/DeviceFamily-Mobile/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
10 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
10 |
15 |
16 |
17 |
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Models/MdlModel.cs:
--------------------------------------------------------------------------------
1 | using System.Collections.Generic;
2 | using GalaSoft.MvvmLight;
3 | using Mdl2Tool.Utility;
4 |
5 | namespace Mdl2Tool.Models
6 | {
7 | public class MdlModel : ViewModelBase
8 | {
9 | public MdlModel()
10 | {
11 | IconList = Helper.GetFieldValues(new Mdl2());
12 | }
13 |
14 | private Dictionary iconList;
15 |
16 | public Dictionary IconList
17 | {
18 | get { return iconList; }
19 | set
20 | {
21 | iconList = value;
22 | this.RaisePropertyChanged();
23 | }
24 | }
25 |
26 | }
27 |
28 | public class MDL
29 | {
30 | public string code { get; set; }
31 |
32 | public string name { get; set; }
33 |
34 | public string unicode { get; set; }
35 | }
36 | }
37 |
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
10 |
12 |
15 |
16 |
17 |
18 |
19 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Views/Home.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.IO;
4 | using System.Linq;
5 | using System.Runtime.InteropServices.WindowsRuntime;
6 | using Windows.Foundation;
7 | using Windows.Foundation.Collections;
8 | using Windows.UI.Xaml;
9 | using Windows.UI.Xaml.Controls;
10 | using Windows.UI.Xaml.Controls.Primitives;
11 | using Windows.UI.Xaml.Data;
12 | using Windows.UI.Xaml.Input;
13 | using Windows.UI.Xaml.Media;
14 | using Windows.UI.Xaml.Navigation;
15 |
16 | // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
17 |
18 | namespace Hamburger_Menu.Views
19 | {
20 | ///
21 | /// An empty page that can be used on its own or navigated to within a Frame.
22 | ///
23 | public sealed partial class Home : Page
24 | {
25 | public Home()
26 | {
27 | this.InitializeComponent();
28 | }
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Views/Map.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.IO;
4 | using System.Linq;
5 | using System.Runtime.InteropServices.WindowsRuntime;
6 | using Windows.Foundation;
7 | using Windows.Foundation.Collections;
8 | using Windows.UI.Xaml;
9 | using Windows.UI.Xaml.Controls;
10 | using Windows.UI.Xaml.Controls.Primitives;
11 | using Windows.UI.Xaml.Data;
12 | using Windows.UI.Xaml.Input;
13 | using Windows.UI.Xaml.Media;
14 | using Windows.UI.Xaml.Navigation;
15 |
16 | // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
17 |
18 | namespace Hamburger_Menu.Views
19 | {
20 | ///
21 | /// An empty page that can be used on its own or navigated to within a Frame.
22 | ///
23 | public sealed partial class Map : Page
24 | {
25 | public Map()
26 | {
27 | this.InitializeComponent();
28 | }
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Views/Video.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.IO;
4 | using System.Linq;
5 | using System.Runtime.InteropServices.WindowsRuntime;
6 | using Windows.Foundation;
7 | using Windows.Foundation.Collections;
8 | using Windows.UI.Xaml;
9 | using Windows.UI.Xaml.Controls;
10 | using Windows.UI.Xaml.Controls.Primitives;
11 | using Windows.UI.Xaml.Data;
12 | using Windows.UI.Xaml.Input;
13 | using Windows.UI.Xaml.Media;
14 | using Windows.UI.Xaml.Navigation;
15 |
16 | // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
17 |
18 | namespace Hamburger_Menu.Views
19 | {
20 | ///
21 | /// An empty page that can be used on its own or navigated to within a Frame.
22 | ///
23 | public sealed partial class Video : Page
24 | {
25 | public Video()
26 | {
27 | this.InitializeComponent();
28 | }
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Views/Download.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.IO;
4 | using System.Linq;
5 | using System.Runtime.InteropServices.WindowsRuntime;
6 | using Windows.Foundation;
7 | using Windows.Foundation.Collections;
8 | using Windows.UI.Xaml;
9 | using Windows.UI.Xaml.Controls;
10 | using Windows.UI.Xaml.Controls.Primitives;
11 | using Windows.UI.Xaml.Data;
12 | using Windows.UI.Xaml.Input;
13 | using Windows.UI.Xaml.Media;
14 | using Windows.UI.Xaml.Navigation;
15 |
16 | // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
17 |
18 | namespace Hamburger_Menu.Views
19 | {
20 | ///
21 | /// An empty page that can be used on its own or navigated to within a Frame.
22 | ///
23 | public sealed partial class Download : Page
24 | {
25 | public Download()
26 | {
27 | this.InitializeComponent();
28 | }
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Views/Favourite.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.IO;
4 | using System.Linq;
5 | using System.Runtime.InteropServices.WindowsRuntime;
6 | using Windows.Foundation;
7 | using Windows.Foundation.Collections;
8 | using Windows.UI.Xaml;
9 | using Windows.UI.Xaml.Controls;
10 | using Windows.UI.Xaml.Controls.Primitives;
11 | using Windows.UI.Xaml.Data;
12 | using Windows.UI.Xaml.Input;
13 | using Windows.UI.Xaml.Media;
14 | using Windows.UI.Xaml.Navigation;
15 |
16 | // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
17 |
18 | namespace Hamburger_Menu.Views
19 | {
20 | ///
21 | /// An empty page that can be used on its own or navigated to within a Frame.
22 | ///
23 | public sealed partial class Favourite : Page
24 | {
25 | public Favourite()
26 | {
27 | this.InitializeComponent();
28 | }
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/MainPage.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.IO;
4 | using System.Linq;
5 | using System.Runtime.InteropServices.WindowsRuntime;
6 | using Windows.Foundation;
7 | using Windows.Foundation.Collections;
8 | using Windows.UI.Xaml;
9 | using Windows.UI.Xaml.Controls;
10 | using Windows.UI.Xaml.Controls.Primitives;
11 | using Windows.UI.Xaml.Data;
12 | using Windows.UI.Xaml.Input;
13 | using Windows.UI.Xaml.Media;
14 | using Windows.UI.Xaml.Navigation;
15 |
16 | // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409
17 |
18 | namespace Button_Flyout_Menu
19 | {
20 | ///
21 | /// An empty page that can be used on its own or navigated to within a Frame.
22 | ///
23 | public sealed partial class MainPage : Page
24 | {
25 | public MainPage()
26 | {
27 | this.InitializeComponent();
28 | }
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/Button-Flyout-Menu/README.md:
--------------------------------------------------------------------------------
1 | # Button Flyout Menu in UWP
2 | ```
3 |
21 | ```
22 | ### YouTube Video
23 |
24 | [](https://youtu.be/rcrFPJa_5bk "Button Flyout Menu in UWP")
25 |
26 |
27 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Views/Map.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
14 |
16 |
17 |
18 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Views/Home.xaml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
10 |
13 |
15 |
16 |
17 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Views/Video.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
14 |
16 |
17 |
18 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Views/Download.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
14 |
16 |
17 |
18 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Views/Favourite.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
14 |
16 |
17 |
18 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/AppBar/AppBar/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("AppBar")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("AppBar")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/Sharing/Sharing/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("Sharing")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("Sharing")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/FlipView/FlipView/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("FlipView")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("FlipView")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("Mdl2Tool")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("Mdl2Tool")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("PDFViewer")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("PDFViewer")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/FilePicker/FilePicker/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("FilePicker")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("FilePicker")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/MapControl/MapControl/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("MapControl")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("MapControl")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("DragAndDrop")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("DragAndDrop")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("MessageDialog")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("MessageDialog")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("SendEmail-SMS")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("SendEmail-SMS")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("Hamburger-Menu")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("Hamburger-Menu")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("BackgroundChange")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("BackgroundChange")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("Full-Screen-Mode")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("Full-Screen-Mode")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("Button-Flyout-Menu")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("Button-Flyout-Menu")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("DeviceSpecificView")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("DeviceSpecificView")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/BackgroundDownloader/BackgroundDownloader/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("BackgroundDownloader")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("BackgroundDownloader")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/Properties/AssemblyInfo.cs:
--------------------------------------------------------------------------------
1 | using System.Reflection;
2 | using System.Runtime.CompilerServices;
3 | using System.Runtime.InteropServices;
4 |
5 | // General Information about an assembly is controlled through the following
6 | // set of attributes. Change these attribute values to modify the information
7 | // associated with an assembly.
8 | [assembly: AssemblyTitle("Title-Bar-Color-Change")]
9 | [assembly: AssemblyDescription("")]
10 | [assembly: AssemblyConfiguration("")]
11 | [assembly: AssemblyCompany("")]
12 | [assembly: AssemblyProduct("Title-Bar-Color-Change")]
13 | [assembly: AssemblyCopyright("Copyright © 2016")]
14 | [assembly: AssemblyTrademark("")]
15 | [assembly: AssemblyCulture("")]
16 |
17 | // Version information for an assembly consists of the following four values:
18 | //
19 | // Major Version
20 | // Minor Version
21 | // Build Number
22 | // Revision
23 | //
24 | // You can specify all the values or you can default the Build and Revision Numbers
25 | // by using the '*' as shown below:
26 | // [assembly: AssemblyVersion("1.0.*")]
27 | [assembly: AssemblyVersion("1.0.0.0")]
28 | [assembly: AssemblyFileVersion("1.0.0.0")]
29 | [assembly: ComVisible(false)]
--------------------------------------------------------------------------------
/FlipView/FlipView/MainPage.xaml.cs:
--------------------------------------------------------------------------------
1 | using FlipViewDemo.Model;
2 | using System.Collections.Generic;
3 | using Windows.UI.Xaml.Controls;
4 |
5 | namespace FlipViewDemo
6 | {
7 | public sealed partial class MainPage : Page
8 | {
9 | public List flipViewData { get; set; }
10 |
11 | public MainPage()
12 | {
13 | this.InitializeComponent();
14 | this.Loaded += MainPage_Loaded;
15 | }
16 |
17 | private void MainPage_Loaded(object sender, Windows.UI.Xaml.RoutedEventArgs e)
18 | {
19 | flipViewData = new List();
20 | flipViewData.Add(new SampleItem() { Name = "Item 1", Image = "https://source.unsplash.com/category/food/1600x750" });
21 | flipViewData.Add(new SampleItem() { Name = "Item 2", Image = "https://source.unsplash.com/category/nature/1600x750" });
22 | flipViewData.Add(new SampleItem() { Name = "Item 3", Image = "https://source.unsplash.com/category/buildings/1600x750" });
23 | flipViewData.Add(new SampleItem() { Name = "Item 4", Image = "https://source.unsplash.com/category/technology/1600x750" });
24 | flipView1.ItemsSource = flipViewData;
25 | }
26 | }
27 | }
28 |
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
10 |
13 |
15 |
16 |
20 |
21 |
24 |
25 |
26 |
27 |
--------------------------------------------------------------------------------
/AppBar/AppBar/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/Sharing/Sharing/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/FlipView/FlipView/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/FilePicker/FilePicker/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/MapControl/MapControl/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/BackgroundDownloader/BackgroundDownloader/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/Title-Bar-Color-Change/Title-Bar-Color-Change/Properties/Default.rd.xml:
--------------------------------------------------------------------------------
1 |
17 |
18 |
19 |
20 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/MapControl/MapControl/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
19 |
22 |
26 |
27 |
28 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
21 |
25 |
26 |
29 |
30 |
31 |
32 |
33 |
34 |
--------------------------------------------------------------------------------
/Button-Flyout-Menu/Button-Flyout-Menu/MainPage.xaml:
--------------------------------------------------------------------------------
1 |
9 |
10 |
11 |
29 |
30 |
31 |
--------------------------------------------------------------------------------
/Mdl2Tool/Mdl2Tool/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | Mdl2Tool
7 | J2DN
8 | Assets\StoreLogo.png
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/MainPage.xaml.cs:
--------------------------------------------------------------------------------
1 | using System;
2 | using System.Collections.Generic;
3 | using System.IO;
4 | using System.Linq;
5 | using System.Runtime.InteropServices.WindowsRuntime;
6 | using Windows.Foundation;
7 | using Windows.Foundation.Collections;
8 | using Windows.UI.ViewManagement;
9 | using Windows.UI.Xaml;
10 | using Windows.UI.Xaml.Controls;
11 | using Windows.UI.Xaml.Controls.Primitives;
12 | using Windows.UI.Xaml.Data;
13 | using Windows.UI.Xaml.Input;
14 | using Windows.UI.Xaml.Media;
15 | using Windows.UI.Xaml.Navigation;
16 |
17 | // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=402352&clcid=0x409
18 |
19 | namespace Full_Screen_Mode
20 | {
21 | ///
22 | /// An empty page that can be used on its own or navigated to within a Frame.
23 | ///
24 | public sealed partial class MainPage : Page
25 | {
26 | public MainPage()
27 | {
28 | this.InitializeComponent();
29 | }
30 |
31 | private void btnMode_Tapped(object sender, TappedRoutedEventArgs e)
32 | {
33 | ApplicationView view = ApplicationView.GetForCurrentView();
34 |
35 | bool isInFullScreenMode = view.IsFullScreenMode;
36 |
37 | if (isInFullScreenMode)
38 | {
39 | view.ExitFullScreenMode();
40 | btnMode.Content = "View Full Screen Mode";
41 | }
42 | else
43 | {
44 | view.TryEnterFullScreenMode();
45 | btnMode.Content = "Exit Full Screen Mode";
46 | }
47 | }
48 | }
49 | }
50 |
--------------------------------------------------------------------------------
/MapControl/MapControl/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | MapControl
7 | J2DN
8 | Assets\StoreLogo.png
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/SendEmail-SMS/SendEmail-SMS/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 | SendEmail-SMS
7 | J2DN
8 | Assets\StoreLogo.png
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
--------------------------------------------------------------------------------
/AppBar/AppBar/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | AppBar
18 | J2DN
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/Sharing/Sharing/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | Sharing
18 | J2DN
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/FlipView/FlipView/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | FlipView
18 | J2DN
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/PDFViewer/PDFViewer/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | PDFViewer
18 | J2DN
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/FilePicker/FilePicker/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | FilePicker
18 | J2DN
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/DragAndDrop/DragAndDrop/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | DragAndDrop
18 | J2DN
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/MessageDialog/MessageDialog/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | MessageDialog
18 | hb
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | Hamburger-Menu
18 | J2DN
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/BackgroundChange/BackgroundChange/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | BackgroundChange
18 | J2DN
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/Full-Screen-Mode/Full-Screen-Mode/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | Full-Screen-Mode
18 | Bhaumik
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/DeviceSpecificView/DeviceSpecificView/Package.appxmanifest:
--------------------------------------------------------------------------------
1 |
2 |
3 |
8 |
9 |
13 |
14 |
15 |
16 |
17 | DeviceSpecificView
18 | J2DN
19 | Assets\StoreLogo.png
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
34 |
40 |
41 |
42 |
43 |
44 |
45 |
46 |
47 |
48 |
49 |
--------------------------------------------------------------------------------
/Hamburger-Menu/Hamburger-Menu/ViewModels/MainViewModel.cs:
--------------------------------------------------------------------------------
1 | using GalaSoft.MvvmLight;
2 | using Hamburger_Menu.Models;
3 | using Hamburger_Menu.Views;
4 | using System;
5 | using System.Collections.Generic;
6 | using System.Collections.ObjectModel;
7 | using System.Linq;
8 | using System.Text;
9 | using System.Threading.Tasks;
10 | using Windows.UI.Xaml.Controls;
11 |
12 | namespace Hamburger_Menu.ViewModels
13 | {
14 | public class MainViewModel : ViewModelBase
15 | {
16 | public MainViewModel()
17 | {
18 | MenuItems = new ObservableCollection