Quantcast
Channel: Windows Universal App Archives - Daily .NET Tips
Browsing all 48 articles
Browse latest View live

Creating a Windows Universal App from your existing Web Sites using Visual...

This post talks about –  How to create a Windows Universal app from an existing web sites ?. If you already have a web site running and you want create an APP for it, then you can create a windows...

View Article



Using Extended Execution in Windows 10 Universal Apps

Windows 10 Universal App now supports extended execution,  which mean you can send a request to operating system to extend the time frame to complete the pending taks before Operating system terminate...

View Article

Adaptive screen Sizing of your Windows 10 Universal Application

In Windows 10 Universal Application we know the APP can be opened at any width and any height. But as a developer if you want to restrict, this can be handle from your code.   There are few set of...

View Article

How to display the back button in the Windows Universal APPs title bar ?

Windows 10 Apps are universal apps they can be used in any device of any form factor. Normally apps running in windows tablet will be having back button on the screen. But when it comes to windows...

View Article

Adding Toast Notification to your new Windows Universal App created from an...

Adding Toast Notification to an App is very common requirement. In one our previous post you have seen How to create a universal windows app form the existing web app. In this post lets see how to add...

View Article


How to create App Service communication in Windows Universal Apps.

App Service is a way to communicate between universal apps where one app can communicate with the other app’s background task. The user don’t even know that the app is using some other app’s background...

View Article

Inter App Communication – How to communicate between two Windows Universal...

Communicating between Apps is one of the important factor that developers needs to take care of. This could be done via some services , background process like what we have seen in our previous post...

View Article

How to Implement Drag and Drop in Windows Universal Apps ?

Using Drag and Drop is a common requirement for  app developers. Drag and drop has been added to the list view in Windows 8.1, but it was limited to the List View control where the items inside the...

View Article


Adding Application Insights to a Windows 10 Universal App

Application Insights helps us to track applications health in real time. You can track you application availability, performance issues, users session and diagnose crashes faster then ever. It’s...

View Article


How to use Adaptive Tiles in Windows 10 Universal Apps.

Tile Notification is something which is very specific to windows store apps where the apps can let the user know the information straight form the start screen without even opening the app. In windows...

View Article

Implementing Adaptive Toast in Windows 10 Universal Apps

Toast Notification in windows 10 are keeps on getting better, they are widely used display the information very quickly and also it to engage the users interaction with the applications. In windows 8.1...

View Article

App Service communication together with Windows Universal App, WPF and...

App Service is a way to communicate between apps where one app can communicate with the other app’s background task.We have already learned about How to create App Service communication in Windows...

View Article

Building your first end-to-end Cross Platform app – Part 2 – Windows...

Hello and Welcome again to the second part of the series. In the Part 1, Building your first end-to-end Cross Platform app , we have learned the building the Core  Till now we have created...

View Article


Building your first end-to-end Cross Platform app – Part 3 – Android App

Hello and Welcome again to the third part of the series.  Till now we have created Weather.Common (Building your first end-to-end Cross Platform app) and Weather.Windows Building your first end-to-end...

View Article

Building your first end-to-end Cross Platform app – Part 4 – iOS App

Hello and Welcome again to the fourth part of the series.  Till now we have created Weather.Common (Building your first end-to-end Cross Platform app) and Weather.Windows Building your first end-to-end...

View Article


Design time preview for your multi devices apps in Visual Studio 2015

The Universal Windows Platform project templates for Visual Studio 2015, allows us to create and run app on a  Windows 10 Phone Devices,  Windows 10 Desktop / Tables, on an Xbox or even on an IoT...

View Article

Easy drawing and inking using new InkCanvas Control for Universal Windows App

Universal Windows Platform introduced a new  InkCanvas control to easy drawing and a new Inking API to manage the inking. If you are coming from a WPF & XAML development background, you must be...

View Article


Implementing Adaptive Toast with Actions in Windows 10 Universal Apps

We are learning some of the improvements in toast and tiles notifications in Windows 10. This post is also one of them which explain how to use toast notification with action buttons. We have seen in...

View Article

3D Rendering of MapControl in Windows 10 Universal App Development

Map Controls in Windows 10 Universal Apps are much more easier and makes app developers life simpler. Normally maps are displays either in satellite image or normal map image but we haven’t seen the...

View Article

Getting the list of Wifi hotspots and Connecting with them in your Universal...

WiFiAdapter is a new class available in Windows 10 API which is used to control the WiFi connection with in the Universal Windows App. The user can get the available WiFi Adapter in the device and then...

View Article
Browsing all 48 articles
Browse latest View live




Latest Images