Google March 2019 | SubramanyamRaju Xamarin & Windows App Dev Tutorials

Sunday 31 March 2019

Hide ScrollView scrollbar in Xamarin.Forms (C# - Xaml)

Introduction:
A Xamarin.Forms ScrollView contains layouts and enables them to scroll offscreen. There are some situations when we want to hide default vertical/horizontal scrollbar for ScrollView in xamarin.forms. So we can learn it from this article.

Wednesday 27 March 2019

Hide Listview scrollbar in Xamarin.Forms (C# - Xaml)

Introduction:
A Xamarin.Forms ListView is a view that displays a collection of data as a vertical list. There are some situations when we want to hide default vertical/horizontal scrollbar for listview in xamarin.forms. So we can learn it from this article.

Saturday 9 March 2019

How to read local json file and display in Xamarin.Forms (C# - Xaml)

Introduction:
There are some situations when we want to parse and extract information from local json file which is inside of your project. You can also read one of my Json Parsing article which describes about parsing JSON response from RestAPI instead of local project file.

Wednesday 6 March 2019

Resolved: The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?) (Error: CS0246)

Introduction:
There is common error in xamarin.forms project when you trying to build solution for android or iOS.

"Error: The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?) (CS0246)"

Friday 1 March 2019

HtmlAgilityPack: Html parsing in Xamarin.Forms (C# - Xaml)

Introduction:
There are some situations when we want to parse and extract information from an HTML page instead of rendering it. In this case, we can use HtmlAgilityPack nuget package because it has a set of powerful API very easy to use. In this post, we will discuss how to set up an Xamarin.Forms project that uses HtmlAgilityPack and how to extract information from an HTML string.

Search Engine Submission - AddMe