When developing Applications it’s important to keep in mind that usability and accessibility must be on top of the list of features to add. In this post, we will be learning about keyboard accessibility. We will be having a lot of types of users with different needs or conditions, for example, users who use screen readers, or have mobility issues may need…
Tag: AskXammy
Simple way to use Maps with Xamarin Essentials
Maps are very useful in our applications, they allow us to display in a graphic way the location of the desired place. The fact of being able to identify a location, through a Map, within our application makes our users have a better experience. Let us imagine the following two scenarios: 📱App A:The user has a list of restaurants and will…
Revive Microsoft Build 2021 en español
Event name: Revive Microsoft Build 2021 en español Talk name: .NET MAUI Language: …
Microsoft Build 2021: Humans of IT | The First Community of Haiti
Event name: Microsoft Build 2021 Talk name: Microsoft Build 2021 – Humans of iT – Planting the seed | The First Community of Haiti Language: …
Recognition: One of most outstanding women in technology in the Dominican Republic.
Entity: Ministerio de la Mujer, Rep. Dom. Date: May 17, 2021 On May 17, 2020, in…
Replicating Book Worm UI in Xamarin Forms
Howdy!!! In this case we are going to replicate a Book Worm UI App obtained from Dribble. You can check the design here! Before starting, to get the best out of the post, I’ll leave you some instructional notes so that you have a better experience reproducing the UI: At the beginning, you will see an image with the original…
Gettings Contacts with Xamarin Essentials
Sometimes we have to integrate some functionalities into our Apps that require obtaining information from contacts, previously, to achieve this we had to take more development time, but now we have very good news!!! Xamarin Essentials included it for us!💚 We can implement this simply and easily! In this post, we will be learning how to do it! 😎 First of all… What…
Replicating Food Delivery UI in Xamarin Forms
Howdy!!! In this case, we are going to replicate a Bill Details UI Ap obtained from Dribble. You can check the design here! Before starting, to get the best out of the post, I’ll leave you some instructional notes so that you have a better experience reproducing the UI: In the beginning, you will see an image with the original…
Infogram about Xamarin Forms 5.0 😍
Hello!!! 🙋♀️Hoping you’re well! I am very excited about Xamarin Forms version 5.0. For this reason, I could not contain myself to publish this important news! This time I wanted to express the information with an infogram. Infographics help us make information more visual and effective. Besides that, we can read and understand information simpler and faster! Now, Let’s know…
Knowing the File Picker in Xamarin Forms
Howdy! 💁♀️ Happy new year!! 🎄Welcome to my first post of the year! This time we will be learning about a very interesting topic that was recently included in Xamarin Essentials, this is the File Picker!! 😮 First of all… What do I need? Let’s add some platform settings. To implement it, follow the instructions added below: We have more…
Replicating Bill Details UI in Xamarin Forms
Howdy!!! In this case we are going to replicate a Bill Details UI Ap obtained from Dribble. You can check the design here! Before starting, to get the best out of the post, I’ll leave you some instructional notes so that you have a better experience reproducing the UI: At the beginning, you will see an image with the original…
Being friends with the experimental flags
Howdy!! Thanks for being here! On this time, we shall be learning about a topic that probably in the last updates of Xamarin you have seen a lot, and maybe you don’t know exactly what it means or you may have not seen it with a good face. They are nothing more than the Experimental Flag. Why Experimental Flags? As…
Replicating Event App UI in Xamarin Forms
Howdy!!! Hope you’re doing well!! This time we’re going to replicate an Events UI, this design contains two screens, one of which we are going to replicate in this article: The event detail screen. It’s very beautiful and super easy to replicate! .. But… 🧐 I would like to challenge you to build the other screen !! Do you dare!!?…
Adding Shortcuts with Xamarin Essentials
Howdy!! I hope you are very well and safe in your home taking care of your health and your loved ones! 💕 In this time I’m so happy to write about an amazing API recently included in the Xamarin Essentials 1.6, as is the AppActions! This allow us to create shortcuts in our Apps just using Xamarin Essentials! 💚 Besides…
My personal Quality Assurance list before submitting my applications to QA
As developers, our responsibility is to create applications based on a list of specifications defined by the systems analyst in collaboration with the customer. Usually, we divide the application into deliverables that allow us to complete independent and useful functionalities for the user without having the application completely ready. It’s very important to make our applications as clean and tested…