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…
We are learning some of the improvements in toast and tiles notifications in Windows 10. This post is also one…
App Service is a way to communicate between apps where one app can communicate with the other app’s background task.We…
Toast Notification in windows 10 are keeps on getting better, they are widely used display the information very quickly and also…
Tile Notification is something which is very specific to windows store apps where the apps can let the user know…
Using Drag and Drop is a common requirement for app developers. Drag and drop has been added to the list…
Communicating between Apps is one of the important factor that developers needs to take care of. This could be done…
App Service is a way to communicate between universal apps where one app can communicate with the other app’s background…
Adding Toast Notification to an App is very common requirement. In one our previous post you have seen How to…