@ClintStLaurent When I use your above code , it seems not working on my project, throwing error : No property, bindable property, or event found for 'Text', or mismatching type between value and prop… (View Post)
Why to make complicated code as xamarin forms provide amazing stack layout , I have achieved my multiple labels by using multiple stacklayout and set orientation property according to my project need… (View Post)
Issue resolved, it seems I was trying to install Xamarin.Android.support.V4 , during installation that uninstalled Xamarin.Android.Support.Core.UI . SO what I did I have uninstalled each dependent .d… (View Post)