css

Xamarin.Forms FlexLayout

Flexlayout is new in Xamarin.Forms 3.0. It’s based on Flexlayout features in CSS we’ve been using for a long time.

It looks like more complicated than stacklayout and grid at first look but when we start to use flexlayout with css we will see how easy to align and manage your

Read More

CSS in Xamarin.Forms

I know front-end developers want to develop mobile apps. We can already develop mobile applications using basic C# knowledge with Xamarin. But whenever I talked to a front end developer he/she said UI development with xaml is very difficult. 

Xamarin.Forms supports styling visual elements using Cascading Style Sheets (CSS).

Read More