Using a Picker in Xamarin Forms is really simple you just need to add the control to a page, set items and that’s it. But what happens when we have a design in which we have an icon on the right side of our picker (To add some styling to it)? a solution could be to […]
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 […]
Workshop @OpenSaturday: Getting Started with Xamarin Forms
The Open Saturday is an event for promoting the Open Source technologies, it takes place every year in the Dominican Republic, in different cities of the country. In this event, we gave a workshop about Xamarin Forms, first steps of how to use it, and some concepts as DataBinding, Pages, Layout, Navigation, etc. Full presentation: Getting started with […]
Custom Entry Validation in Xamarin Forms
A good UX practice when developing applications that involve filling a form is to give feedback to the user when a field is wrong or invalid. In this article, we are going to do just that by highlighting the fields where user input is invalid so that they know where exactly is the input issue. The […]