Monthly Archives: June 2015

Microsoft Azure add new co-administrator

As of this writing, the ability to add a new co-administrator has been moved within the setting panel on the left of manage.windowsazure.com. In the past, it was at the “Subscription” at the top of the page.

Posted in Azure | Tagged , | Leave a comment

Drawing pad for Windows Phone 8.1

Many had asked on how do we create a drawing pad for Windows Phone 8.1. It is very simple, in fact the code to get it done is exactly the same as that for Windows 8.1 In the xaml, you … Continue reading

Posted in C#, Windows Phone, winrt | Tagged , , | 3 Comments

Android NetworkOnMainThreadException

If you encountered NetworkOnMainThreadException while performing a web client call, there is a lazy way to handle the exception. However this method is not highly recommended as it will result in the UI thread being block for other operations. This … Continue reading

Posted in Android | Tagged , , | Leave a comment

Data Binding for Xamarin iOS

Been trying out Xamarin for iOS over the past few weeks and today I came across an article from Visual Studio Magazine that managed to explain and provide a sample code for binding data to table in iOS. The article … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

Xamarin No valid iOS code signing keys found in keychain

Very often when you download app sample from the web for Xamarin iOS and attempt to run it on a iOS simulator, you might encounter the following error “No valid iOS code signing keys found in keychain.” The simple solution … Continue reading

Posted in Uncategorized | Tagged , | 1 Comment