
In this blog post we will play and see what layout features CollectionView is providing to Xamarin.Forms developers. CollectionView is a new layout/control which we can be useed in order to show some collection of data.
CollectionView is still in Preview phase but what is showen so far it has bright future!
How to remove extra padding at the top of Label control in Xamarin.Forms
Microsoft Sunday, June 10, 2018Last few days I was working on more on UI design in one of the Xamarin.Forms projects. I tried to achieve same padding/margin around my labels and I seen that there is some extra padding at the top of the Label control on Android.
How to make Master-Detail Page Navigation menu in Xamarin.Forms with Prism
Microsoft Sunday, March 25, 2018Last year I made similar blog post to this, and it was about making Master Detail menu page in Xamarin.Forms. That blog post is one of the most popular posts on my blog. At this moment I am a big fan of great Prism library and I decided to write this blog post again but this time using great framework called Prism.
Xamarin.Forms: Our (my) first very simple Custom XAML Control implementation
Microsoft Monday, November 27, 2017
In this blog post we will be making our first custom control, this will be very simple control using XAML in Xamarin.Forms.

Last month I made a blogpost/tutorial where I used DependencyService and I got some email question related to that, so I decided to make a blog post about DepdendencyService.

I am very exiced to write this blog post. First time I seen EF was in ASPNET MVC and I fall in love with it, now when I am also very active in Xamarin Development, Entity Framework is something that I miss from my ASP.NET dev "world". With version Core 2.0 all platforms Android, iOS and UWP (uwp soon) are supported so I decided to write this blog post.

A few days ago I was on Stackoverflow I was looking at some Xamarin related question, and I find this thread: https://stackoverflow.com/questions/43031120/difference-between-xamarin-forms-and-xamarin-cross-platform
Xamarin.Forms: Our (my) first very simple IValueConverter implementation
Microsoft Wednesday, May 17, 2017
In this tutorial I will make very simple implementation of IValueConverter in Xamarin.Forms. Till this day I was avoiding the IValueConverter for no reason but I hope after this blog post you will also use it more frequently. The title for this blog post can be also: Very simple usage of IValueConverter in Xamarin.Forms.
As you know I am playing with Xamarin.Forms for a while and last week I was involved in one projects where I needed to have ListView with data which is divided in some way... So perfect way was to have some control like pivot on UWP but in Xamarin.Forms as you know we have Tabbed page which is similar to pivot but binding and other data manipulation is different so I think that I found the way to use Tabbed page to divide data and group it with Tabbed Page.
Continuing this series of simple MVVM bindings in Xamarin.Forms. In this tutorial I will make simple ListView binding in XAML.

In this blog post tutorial I will do simple MVVM binding in Xamarin.Forms. For this tutorial I will use Visual Studio 2017 RC. I have found some issues by using it with Xamarin.Forms with intellisense but I am struggling with nuget packages in 2015 so in order to do anything I need to use VS 2017 RC.
How to make Master-Detail Page Navigation menu in Xamarin.Forms
Microsoft Thursday, December 01, 2016
I am playing with Xamarin.Forms for a little while (more precisely maybe about half year) and now I want to make some more serious project for one of my clients.
Main logic of app was done and I wanted to make some cool navigation for app something like Navigation Drawer on Android. So I started to look up for the way to do that on Xamarin.Forms platform but the most of tutorials out there are not enough for me. Look of UI of those navigation drawers or master-detail page are not acceptable for me. So I decided to make some cool look for it and I hope that you will be satisfied with it.




