Google April 2017 | SubramanyamRaju Xamarin & Windows App Dev Tutorials

Monday 17 April 2017

Xamarin.Forms: Consuming Rest Webservice - JSON Parsing (C# - Xaml)

Introduction:
Previously we learned XML parsing in Xamarin.Forms. And this article demonstrates how to consume a RESTful web service and how to parse the JSON response from a Xamarin.Forms application.

Sunday 16 April 2017

Xamarin.Forms: Consuming Rest Webservice - XML Parsing (C# - Xaml)

Introduction:
It is a very common scenario to consuming web-service from the mobile app and from the server you will get XML/JSON response. This article demonstrates how to consume a RESTful web service and how to parse the XML response from a Xamarin.Forms application.
Note: If you are looking for JSON parsing sample, please visit my another article from here.

Monday 3 April 2017

Solution: Xamarin.Forms Intellisense is not working inside Grid, StackLayout.. etc

Introduction:
If you create Xamarin.Forms project, probably you may find there is a visual studio Intellisense issue inside of a layout(StackLayout, Grid.. etc) like below:
Search Engine Submission - AddMe