WPDev

Showing posts with label WPDev. Show all posts

Recently in an official blog post, Microsoft announced that they are soon going to stop accepting new apps and app updates for Windows 8.x and Windows Phone 8.x or earlier. If you have built app packages for these platform, its time to port those to UWP.

 

Here's the important dates, announced by Microsoft, for the apps with Windows 8.x and Windows Phone 8.x packages submitted to Microsoft Store.

Published by on under News | UWPDev

Microsoft releases the latest version of Windows Community Toolkit (version 4.0), which is an open-source collection of helper functions, custom controls and app services. It simplifies and demonstrates common developer tasks building UWP apps for Windows 10.

 

The latest version of the Windows Community Toolkit introduces new DataGrid with fluent design, two new Microsoft Graph controls and many bug fixes.

Published by on under Tools | UWPDev

Microsoft has released a new update to Windows Template Studio. The latest version of Windows Template Studio 2.2 includes 3D Launcher feature, Wizard enhancements, improved documentations and many bug fixes.

 

To know more about the new changes and improvements part of this release, and to learn how to install this update, continue reading the post.

Published by on under .Net | CodeProject

Last Sunday (29th May 2016), we have organized an event in Kolkata, clubbed with topics on different technologies. This includes topics like C# 7.0 Concepts, Azure PowerShell, UWP (Universal Windows Platform), HoloLens with Unity 3D and IoT (Internet of Things).

 

I have given a session on building UWP apps using C# and XAML. Here I am sharing my slides for you to refer. Those who missed to join the event, check it out.

Published by on under C# | Events

Visual Studio 2015 Update 2, released during //BUILD/2016 developer conference, provides an easy way to execute code directly on the Interactive Window inside the Visual Studio IDE. Along with that, the interactive window is now also capable of color highlighting.

 

Today in this blog post, we will learn how to execute code directly in the interactive window, in just a single click. Continue reading and let us know, how much you like this enhanced feature.

Published by on under DZone | Tips

Gabe Aul, the Corporate Vice President of Microsoft Engineering Systems team, announced the availability of Windows 10 Mobile Insider Preview build: 14283 for the fast ring Windows Insiders. Though this build is now limited to few devices, but will later expand to other devices.

 

This build focuses some new improvements and fixes. As it is an insider build, it also has some known issues. Continue reading the post to know what has been changed, along with the issues currently present.

Published by on under News | WinDev

I hope you read my previous post on “Building a Toast Notification with text for apps targeting Universal Windows Platform”. There we learned how to create a very basic toast notification. Continuing the series of posts, today we will learn how to add buttons within the notification.

 

Let’s begin with building toast notification with text and buttons. Stay tuned to learn creating more complex notifications in next blog posts of this series.

Published by on under CodeProject | Tips

Microsoft started rolling out a configuration update to Windows 10 Mobile users who are in fast ring. This might be a step towards rolling out the Redstone update to the Windows 10 Mobile users. If you are already in the fast ring, you might have already got the notifications.

 

Windows Insiders chief, Gabriel Aul, in a tweet announced the availability of this update which will prepare your device for the next big update and improve all over the upgrade experience.

Published by on under News | Windows

If you are a developer and building apps or games for Windows 10, targetting Universal Windows Platform (aka. UWP), you might want to show toast notifications to the user of your app/game. You might also want to provide some additional content like textbox, button etc. to get specific inputs.

 

As part of this tutorial series, we are going to learn how to show custom toast notifications. Today let’s begin with building simple toast notification with text. Stay tuned to learn complex notifications in next blog posts.

Published by on under CodeProject | Tips

Windows 10 SDK provides an easy to implement project template by which you can quickly create an app for Universal Windows Platform which you can use to run a hosted web app. You don’t have to create the whole app, if the site is already running. Just change few values in manifest file and your app will be running.

 

In this post, we will learn how to create a hosted web app targeting Windows 10 (without writing any code). Share your feedback and/or ask your queries, if any.

Published by on under CodeProject | Tips

If you are building apps/game for Universal Windows Platform, you might want to retrieve the device information where the app/game is currently running. You might use this information to log details about any exception and/or to do specific action based on device details.

 

In this post, we will learn how to fetch the device information in UWP apps. Continue to read about the APIs exposed by Microsoft SDK. Don’t forget to read my other posts too and share your feedback.

Published by on under CodeProject | Tips

How many times we are in such a condition when our battery is going to die and we have to do some important calls or something else? If we poll for it, the count will be high. If you are a developer and building apps targeting Universal Windows Platform (aka. UWP), you might want to integrate the battery APIs already exposed.

 

This post will cover about the API today and we will learn how more about the API with proper demonstration. Continue to read more on this topic and don’t forget to check other posts on the same topic.

Published by on under CodeProject | Tips

If you are a developer building apps for Universal Windows Platform, you might have noticed that, at the time of debugging there are some strings of digit getting display just under the title bar of the application. This is called as Frame Rate Counter, which displays frame rate and per frame CPU usage.

 

Today in this small blog post, we will learn how to enable/disable the Frame Rate Counter in your Universal Windows apps. Countinue reading to know more about it.

Published by on under CodeProject | Tips

If you are a developer and building apps for Universal Windows apps, you might like to customize your app title bar to match your app theme. You can also change various colors of the buttons. Windows 10 SDK provides you to customize the title bar of Universal apps.

 

Today in this blog post, we will learn how to apply custom colors in apps built for Universal Windows Platform along with different other APIs exposed for it.

Published by on under CodeProject | Tips

Few days ago, I wrote a blog post about Windows 10 Start Screen image programmatically using C# code. Today in this blog post, we will discuss about changing Lock Screen background image of Windows 10 using C# code. Microsoft Windows SDK provides the API sets to call.

 

Let’s start learning about the API with a small piece of code. Continue reading. Code has been shared at the end of the post. If you have any comments, drop a line.

Published by on under Tips | UWP

Along with Windows 10 Mobile Insider Preview build 10581, the giant company also released Windows 10 Insider Preview build 10576 for PCs. This is the first time when Microsoft released Windows 10 for both the platform. This build features few new changes along with a bunch of bug fixes and improvements.

 

If you are a Windows Insider in fast ring, you might have already got the notification about this update. Sharing here the new features set, list of bug fixes and known issues.

Published by on under News | WinDev

Microsoft Windows Insiders head, Gabe Aul, in a blog post announced the availability of Windows 10 Mobile Insider preview build 10581 for the fast ring users. If you are one of the fast ring insiders to test Windows 10 Mobile build before it flights the final one, you might have already got the update notification.

 

This build doesn’t have significant new features but has a no. of fixes and performance improvements. As it is still under development release, it has some known issues too. Find them listed in this post.

Published by on under News | WinDev

Windows 10 SDK provides API, by which you can programmatically change the Start Screen background image for both Windows 10 PC and Windows 10 Mobile. The API is located under Windows.System.UserProfile namespace. Using the API you can build apps and provides user easy access to change the start screen.

 

In this post, we are going to discuss about the API and also going to build a small demo app. The code snippet has been shared at the end of the post.

Published by on under Tips | UWP

Gabe Aul, the head of Microsoft's Windows Insider program, in a blog post today announced that Microsoft has started rolling out Windows 10 for Mobile build 10536 for the fast ring Windows Insiders. If you are already part of Windows Insiders and in the fast ring, check out the phone update to get the notifications.

 

Before going further to update your device, you should first know what has been fixed and what are the known issues in this build. This post will detail those referring the announcement made by Gabe Aul.

Published by on under News | WinDev

Microsoft rolled out Windows 10 Mobile Insider Preview build 10512 for Windows Insiders on the  fast ring. Check for an update right now on your phone, if you are one of the testers. Microsoft also mentioned about more frequent builds for phones in coming days.

 

Check out this post to know “What’s new in Windows 10 insider build 10512 for phones” and “Known issues” currently there in this build.

Published by on under News | WinDev