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.
The content of this blog is moved to almirvuk.com and this blog post about "Today I passed 70-483 - Programing in C# Exam" is available here:
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.
Quick tip: How to count the lines of code in a Visual Studio Solution?
Microsoft Tuesday, July 25, 2017
Last night I was finishing my university project from one of the software engineering subject, and I was asking my self "How to count the lines of code in a Visual Studio Solution?"... I did not now how so I google it and find the very easy way to do that so I realized I can make a quick and short blog post about this solution. 😁

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.




