Win8Dev

Showing posts with label Win8Dev. Show all posts

Few days ago in a blog post we learnt “How to create Schedule Task in Universal Windows apps?”. Today in this blog post we will discuss how to update live tile in an universal Windows apps. Though you don’t need to create schedule task to update live tiles but you can surely use it anytime.

 

Read more to learn how easy it is to configure your app to support live tile updates and integration of it with schedule task.

Published by on under DZone | Win8Dev

Schedule tasks are often require to do some clean ups, fetch some records from internet and/or update the live tile/lock screen. There might be some other requirements too. If you want to add schedule tasks in your Windows and/or Windows Phone runtime apps, here you go.

 

In this post, let’s keep it generic and learn, how to create schedule task in universal windows apps. At the end, share your feedback to improve. Don’t forget to share in your network.

Published by on under Win8Dev | WinDev

Microsoft Ad Mediator”, recently released by Microsoft to maximize your ad monetization – we already talked about it last day. If you don’t know about it, read the said post, download the Visual Studio 2013 extension before continuing with this post.

 

Today, we will discuss how to integrate “Ad Mediator” in your Windows Store and Windows Phone applications. As it currently supports only Windows Phone apps, so we will continue with that.

Published by on under Ad Mediator | Win8Dev

On 7th November 2014, Microsoft released a new extension for the Windows and Windows Phone developers to increase their ad revenues by combining multiple ads network in a single channel following just few simple steps.

 

In this post, we are going to discuss about the Ad Mediator, link to download the Visual Studio plugin and later in a different post we will discuss how to integrate it. Keep reading and don’t forget to share.

Published by on under Ad Mediator | News

Almost everyone uses 3rd party controls to reduce the burden building them from scratch and when it is Telerik control libraries, it’s pretty awesome! Telerik announces an offer to help the Microsoft developer community to use their product for Free.

 

It’s a very limited time offer. So, don’t be fool. Claim your free license of Windows Phone, Windows Store control libraries and save some money to use in other good things.

Published by on under News | Telerik

Style inheritance in XAML? Sounds funny? No. If we have inheritance in classes, CSS styles; then why not in XAML styles? There are many such occasions when we need to copy the same style in multiple templates/styles of a control.

 

In this post, we will learn how to use a single piece of style and use it in other place to inherit the common styling. If you are using XAMLs excessively, this might be a very good topic for you.

Published by on under Silverlight | Win8Dev

XAML Spy is the visual runtime inspector for Silverlight, WPF, Windows Phone and Windows 8 Store applications which provides direct access to UI visual tree, runtime UI modifications to check/set different properties temporarily, monitor events, extract package contents and much more.

 

With the release of XAML Spy version 2, the company introduced a light weight Free version for the XAML designers/developers to play with their XAML files. Read more to grab your copy.

Published by on under News | Silverlight

logo1

If you are working in Visual Studio to design XAML pages for your Silverlight, WPF, Windows Phone or Windows 8 Store application, you might have noticed that, sometime the Visual Studio IDE freezes for a long time and sometime it crashes.

 

I faced this issue many time and later found some way to recover from that freeze to continue working. In this post, going to share you the trick. I hope this will help you.

Published by on under Silverlight | Tips