Time archive · 9 notes

February 2021

Xamarin.Forms Custom Font Family

Feb 16, 2021English · 4 min
Xamarin.Forms Custom Google Fonts

In this article, I will explain the use of custom fonts in your Xamarin.Forms applications and how to use platform-specific font. So, let’s started. Follow the steps below in order. 1) Download the font(s)…

Read article

Xamarin.Forms Resource Dictionaries

Feb 14, 2021English · 8 min
Xamarin.Forms View Specific Resource Dictionaries

Resource Dictionaries is a repository of resources created to customize XAML views. These resources include properties of view items such as colors, controls, data templates. So when you want to customize a view element,…

Read article