Grids in Xamarin Forms Made Simple

Recently I’ve been talking with some people that are having some difficulties understanding Grids, and to achieve similar things they use other kinds of layout. In this article, I’m going to explain step by step how to use a grid, why, and what you can achieve with it. Let’s start with the basics A grid is a […]

Continue Reading

Step Bar in Xamarin Forms

Imagine that you want to create a tutorial in your app or just want to make the filling of a simple and boring form a much more entertaining experience. Using a “step by step” is the ideal way of keeping the user engaged but also making them follow a very streamlined process while at the […]

Continue Reading

Navigation Bar with Shadow in Xamarin Forms

Material design is a comprehensive guide for visual, motion, and interaction design across platforms and devices. In mobile apps, Android support it by using the Material Theme which determines the look and feel of views and activities starting from Android 5.0 (Lollipop) on. One particular thing of Material Design is the use of shadows. In the […]

Continue Reading