Filter

Sort by

Licence Type

Using Template 10 to build Windows Universal Apps 10
What is Template 10 Template 10 là một project template, tương tự như các template mặc định có sẵn trong Visual Studio. Giúp bạn tạo một dự ...
[UWP] Working With Windows.Data.Json
Đ ể làm việc với Json (JavaScript Object Notation) trong Universal App có nhiều thư viện hỗ trợ rất tốt, phải kể đến cái tên nổi bật như J...
[UWP] Update your Project Properties to target the new SDK Version
Update your Project Properties to target the new SDK Version 1. Create or open a Universal App project in Visual Studio. 2. Double-click Pro...
[UWP] How to use Binding and x:Bind
Binding  là cơ chế ràng buộc, giúp trao đổi dữ liệu giữa nguồn cấp và đối tượng nhắm đến, ví dụ như  Data Source và Control hoặc binding giá...
[UWP] Building Responsive UI in Universal Windows App
Universal Apps trên Windows 10 hỗ trợ rất tốt việc thiết kế Responsive UI. Với một ứng dụng có thể chạy trên các thiết bị khác nhau, một gia...
[Tips] Loading Images with Progress in UWP
Để tạo hiệu ứng chờ loading ảnh, Image Control có 2 event là ImageFailed và ImageOpened . Để dễ dàng sử dụng ta tạo riêng một control để hiể...
[Bug] App crashes on DataTransferManager.ShowShareUI() Method in UWP
PROBLEM : Trong khi bạn sử dụng Share Content trong UWP nếu debug ứng dụng không xảy ra crash mà chạy thực tế nó lại xuất hiện. Thật là khô...
[Tips] Sharing Content in UWP
Để chia sẻ nội dung thông qua các mạng xã hội hoặc các ứng dụng cho phép trên Windows ta làm như mẫu bên dưới, có thể chia sẻ file, ảnh, nộ...
[Tips] Hide Top Bar and Make Full Screen in UWP
Để ẩn statusbar và làm full screen ta sử dụng đoạn mã sau: if (Windows.Foundation.Metadata.ApiInformation.IsTypePresent("Windows.UI.Vie...
Older Posts Home

Copyright © 2021 MR Laboratory All rights reserved.

Setting