How to verify internet access in Universal Apps
Recently I faced a scenario where I needed to know if the user had internet connection or not. The application is running on Windows 8.1 and Windows Phone 8.1 and…
Recently I faced a scenario where I needed to know if the user had internet connection or not. The application is running on Windows 8.1 and Windows Phone 8.1 and…
Recently we had some time trying out Xamarin and MvvmCross in our Mobile Architecture competence area at Jayway and today I will try to share our experience. It will be…
This blog post is part of a series about how Windows Phone 8.1 affects developers. The series is written in collaboration with Microsoft evangelist Peter Bryntesson, check out his blog here. Introduction On…
This blog post is part of a series about how Windows Phone 8.1 affects developers. The series is written in collaboration with Microsoft evangelist Peter Bryntesson, check out his blog here. Introduction Using…
This blog post is part of a series about how Windows Phone 8.1 affects developers. The series is written in collaboration with Microsoft evangelist Peter Bryntesson, check out his blog here. If you…
This blog post is part of a series about how Windows Phone 8.1 affects developers. With the introduction of Windows Phone 8.1 we are no longer limited to using C# or VB…
We will during the next few weeks together with Microsoft evangelist Peter Bryntesson post a series of blog post regarding the new windows phone 8.1 platform. We will publish our…
In the last blog post we talked about our experience as a C# developer when migrating a C# app to Javascript + Html. In this follow up post we will…
Recently we developed a Windows Phone 8 app communicating with a simple rest service with C#. With all the buzz around html5 and JavaScript we wanted to see how hard…