Xamarin Forms Components
Hello guys! From today on Nuget there are 4 new components for Xamarin Forms created by me. MVVM Helpers Bindable…
All technologies, only pure source code
Hello guys! From today on Nuget there are 4 new components for Xamarin Forms created by me. MVVM Helpers Bindable…
In Xamairin the Editor component doesn’t have a border on iOS. If you want to add one in the iOS…
By default all your data from your previous runs is deleted when you’re deploying an Xamarin.Android app. In many cases…
I was building a Xamarin solution with my components like that: All my components (PSC.Xamarin.Controls.*) are working fine in other…
In Xamarin.Forms every View has the two properties HorizontalOptions and VerticalOptions. Both are of type LayoutOptions and can have one…
I using a Xamarin Forms ListView and I want to enable or disable the Context Actions based on a certain…
I’ve just created a simple MasterDetailPage and in the code I inserted an icon for the left page with: public…
When you open Visual Studio 2015 and there is a pop windows to invite you to click on it for…
First you add a new class as a ViewModel like: public class RoomViewModel : BaseViewModel { [here following code] }…
In this recipe I will show you how to add a hamburger menu to your Xamarin Forms application using the…