Event name: CodeCamp SDQ 2019 Talk name: Hello Xamarin! Let’s create our first mobile app! Language: …
Author: Leomaris Reyes
Sharing information in Xamarin Forms
Sometimes, we need to share information from our App to other apps, such as an address, a file, an URL among others. Xamarin Essential gives us the power to do it! In this post we will be learning how to do it. This post will be divided in the following topics: ? Platform Supports ? Sharing overload methods ? Experimental…
Applying Mask in Xamarin Forms
When we develop an Application, it’s important to take into consideration every feature possible to ease the user’s experience. Our brain behaves based on patterns, therefore, has the ability to understand certain information faster according to its presentation. For example: Without having to read a lot, we can see that “(809) 222-3333” is a telephone number. That’s why, in this post,…
Quick tips to decorate texts in Xamarin Forms
It has happened to all of us that we have to develop some pages full of texts without any feature else and as we know a lot of text together can overwhelm the user. That’s why in this post we will be learning to create it as friendly as possible to make our app’s user experience better. In this time we will…
Customizing browser appearance in Xamarin Forms
It’s too friendly when we see an Application with the perfect combination regarding Look & Feel. Some of these Apps needs to access to an external page, which forces us to use browsers that do not help us keep the color scheme used in our application.☹ But…What if I tell you that now you can change the appearance of your…
Converting Colors in Xamarin Forms
This time, I want to share with you this great feature. Let me tell you something, when I saw this functionality I really LOVED IT ? !!! Because I can play with the colors! ? In this post, we will be learning about the different functionalities that Xamarin Essentials bring to in the System.Drawing.Color library. This explanation will be divided in the following…
From Idea to action in Xam.Forms talk
Event name: Women changing the world Talk name: From Idea to action in Xamarin Forms Language: …
Dominican MVP Girls panel by Mujeres Tics
Event name: Women changing the world by Mujeres Tics. Panel name: Dominican MVP Girls panel Language: …
My experience in Microsoft’s DigiGirlz event
Program name: DigiGirlz Language: Spanish Place: …
Xamarin Online LATAM Fest LIVE: Tips to become a technical blogger, my experience as Xamarin Blogger
About the video: Event name: Xamarin Online LATAM Fest, January 2019 LIVE Name: Why becoming a blogger help you grow in your career: My experience as…
Let’s use the SearchBar control in Xamarin Forms
This time I will tell you about the SearchBar, which is a control that allows us make a search of a specific information between a set of these. To understand better, I will be display these topics in the following sets: ? SearchBar basic structure ? Implementing SearchBar Page Let’s start!!! SearchBar basic structure To understand better, is important to know…
Why becoming a Blogger help you grow in your career: My Personal experience as Xamarin Blogger
I have been received messages from many different people, inspired by my work, asking me about how can they grow up in their career, how can they start becoming a Xamarin Blogger, what skills do they need to have, which advices can I give them, among other questions. That’s why in this time, I took a time to write about my experience being a…
Procesador Podcast: Interview About Women Changing the World event
About the podcast: Interview name: Procesador Podcast Language: Spanish Participating countries: Dominican Republic ?? – Chile ??…
Simple tips to make better your Xamarin Experience on iOS
There are certain topics that are simple but often really hard to find online and we can spend dead hours only to find out how simple they are!, Today I will share with you some tips that are really simple, but can ease our Xamarin experience on iOS a lot. Things like how change the simulator orientation or how change…
Working with AbsoluteLayout in Xamarin Forms
Often, while developing an application we face situations where we have a design that needs to implement different layouts that are not the ones we normally use (For example: StackLayout, GridLayout). Some mockups have a more complex design in which we need to organize some graphic controls overlapping others. That’s why, now Im going to explain you an easy way to learn…