When using Xamarin Forms sometimes there’s code that we do in the code behind because maybe we don’t know that can be done using XAML. Here is the list of 10 things that maybe you didn’t know you can do in XAML: 1-Passing Constructor Arguments Arguments can be passed to a non-default constructor by using […]
Clearable DatePicker in Xamarin Forms
When using date pickers, sometimes we have the need to be able to set no value at all. For that just created a control to a support nullable date value but also provide the possibility to clear it. Using it is really simple, let’s do it step by step: 1-In your Forms project add this control […]
Podcast – Prism for Xamarin.Forms
The past August 8, I participated in a Podcast about Prism organized by Rodrigo Diaz Concha in his Blog Interface. In this Podcast, we talked about how to start with Prism and other topics related. If you understand Spanish and you want to listen to it, you can do it with this link: http://rdiazconcha.com/2017/08/08/interfaz-podcast-episodio-43-prism-para-xamarin-forms-con-charlin-agramonte/ Language: Spanish […]
Multilingual (Localization) Plugin for Xamarin and Windows
Just released the Multilingual Plugin , it makes easier the process of adding and handling multi language support across Xamarin Forms, iOS, Android, UWP, Mac, tvOS and watchOS. Set up Using it is really simple and you can set up all in just 3 steps: 1-Install the plugin in all your projects 2-Add your Resx resource files in your PCL […]
Image Entry in Xamarin Forms
Sometimes we have a design in which one we need an entry with an icon inside, in this article I will show you how to achieve that in Xamarin Forms by using a custom renderer per platform. Let’s code 1- Create the control As you can see here, I created five main properties: Image: Property to […]
Xamarin Workshop Noob to Master – Week 6
In this last week of the workshop Xamarin Forms – Noob to master, we talked about Dependency injection and Prism. Xamarin Workshop Noob to Master – Week 6 de Charlin Agramonte Place: Dominicana Republic- Santo Domingo, INTEC Language: Spanish Instructors: Charlin Agramonte & Rendy Del Rosario Event: https://www.facebook.com/events/1914285018848929/ Assistants: 25 persons Date: Saturday, July […]
Xamarin Workshop Noob to Master – Week 5
In this week of the workshop Xamarin Forms – Noob to master, we talked about web services, Rest API, and how consuming a real API in Xamarin. Xamarin Workshop Noob to Master – Week 5 de Charlin Agramonte Place: Dominicana Republic- Santo Domingo, INTEC Language: Spanish Instructors: Charlin Agramonte & Rendy Del Rosario Event: https://www.facebook.com/events/1914285018848929/ Assistants: […]
Xamarin Workshop Noob to Master – Week 4
In this week of the workshop Xamarin Forms – Noob to master, we talked about some advanced topics as custom renderers and effects. Xamarin Workshop Noob to Master – Week 4 de Charlin Agramonte Place: Dominicana Republic- Santo Domingo, INTEC Language: Spanish Instructors: Charlin Agramonte & Rendy Del Rosario Event: https://www.facebook.com/events/1914285018848929/ Assistants: 40 persons Date: Saturday, […]
Xamarin Workshop Noob to Master – Week 3
In this third week of the workshop Xamarin Forms – Noob to master, we talked about content views, listview and dependency services. Xamarin Workshop Noob to Master – Week 3 de Charlin Agramonte Place: Dominicana Republic- Santo Domingo, INTEC Language: Spanish Instructors: Charlin Agramonte & Rendy Del Rosario Event: https://www.facebook.com/events/1914285018848929/ Assistants: 40 persons Date: Saturday June […]
Xamarin Workshop Noob to Master – Week 2
In this second week of the workshop Xamarin Forms – Noob to master, we talked about XAML, Styles, MVVM, Data binding, and commands. Xamarin Forms – Noob to master – Week 2 de Charlin Agramonte Place: Dominicana Republic- Santo Domingo, INTEC Language: Spanish Instructors: Charlin Agramonte & Rendy Del Rosario Event: https://www.facebook.com/events/1914285018848929/ Assistants: 40 persons […]