Google January 2016 | SubramanyamRaju Xamarin & Windows App Dev Tutorials

Sunday 31 January 2016

Honored to be Microsoft #MCC award - 2016

I was surprised on last Friday evening, when I saw my MSDN profile which has automatically added the Microsoft Community Contributor award Affiliations from Microsoft. Microsoft awarded me the MCC (Microsoft Community Contributor) award for the first time in my carrier. I am very pleased and share this with you all that my community contributions are recognized by Microsoft.


Saturday 23 January 2016

WinRT Windows Phone 8.1: Copy and past TextBox text within the app, beginners tutorials (C#-XAML)

Introduction:

TextBox control that can be used to display or edit unformatted text. And some times we may need to manipulate the TextBox text to create cut and paste within the app. So we can learn how to create custom ClipBoard functionality from this article

Wednesday 6 January 2016

Windows Store Apps : How to communicate with C# code from WebBrowser javascript and vice versa, beginners tutorials (C#-XAML)

Introduction:

In previous article I wrote an article about silverlight windows phone and which can explain you about 'Communication between C# code and WebBrowser html content'. In this article we can learn how to do same thing in WinRT windows phone platform

Silverlight WindowsPhone : How to communicate with C# code from WebBrowser javascript and vice versa, beginners tutorials (C#-XAML)

Introduction:

We can use WebBrowser control in silverlight windows phone(8.0 &8.1) for displaying html content, and so some times we may need to communicate windows phone native code (C#) from webbrowser html content.
For example, lets assume there is one html button in webbrowser content, and when clicking on html button we need to navigate to another windows phone native page. Which means we need to trigger windowsphone native program(i.e, C# code) from javascript function and then navigate to another page.

Also from this article we can learn how to call javascript function from windows phone C# code.

Windows Store Apps: How to load local html file in WebView control, beginners tutorials (C#-XAML)

Introduction:

Some times we may need to load local html file in webview, and fortunately we can easily load html file in window phone (in both silverlight & winrt). However this article will explain how to load local html file in WinRT WebView control using different ways :)

Monday 4 January 2016

Windows Store Apps: Get OS Version, beginners tutorials (C#-XAML)

Introduction:

It is time to write an article about "How to get OS Version in Winrt platfrom?", previously in silverlight platform(WP8.0/WP8.1) we can easily get windows phone device OS version with 'Environment.OSVersion', unfortunately now in winrt platfrom 'Environment' class doesn't have property like 'OSVersion'. However we have an alternative way, and we can learn it from this article :)
Search Engine Submission - AddMe