Never Again Worry About Unit Conversions with Xamarin.Essentials

preview_player
Показать описание
Miles to kilometers, Celsius to Fahrenheit. The math is there, so why implement it yourself? Xamarin.Essentials makes it really convenient to do these conversions with the built-in unit converters.

In this video, we will learn what converters are in the box and how to use them with a single line of code. Because the video turned out a bit short, I have added an extra surprise at the end. Hope you'll like it :D

🔗 Links

⏱ Timestamps
0:00 Intro
0:56 Sample App Outline
3:47 Implement Unit Converters
6:41 Run Sample App
7:28 Outro
7:44 Debug Rubber Ducking Session

🙋‍♂️ Also find my...
Рекомендации по теме
Комментарии
Автор

Thank you! Nice easy sample. I've tried it, deployed it to my physicals device, and it worked right out of the box. Please do more!

mikebledig
Автор

Hi, you are awesome .keep doing this 😀👍

raffimansoor
Автор

I did not know this was built into Essentials! I guess I'll have to browse the rest of the API to see what else I'm missing, lol. Good stuff! Also regarding the Debug Rubber Ducking Session, have you considered a regular expression? Anything can be solved using a regular expression!

EvilCodeMunkee
Автор

if it didn't answer my question can I ask it here :) So went to archive me app yesterday on vs 2019 windows I cleaned and built before hand an all looks to be working so I archived and added me signature but when I loaded it on to a physical device it just say's the file is corrupt :( I have tried restarting and played with android settings and selected release mode and rebuilt I even tried a new signature but same issue, im thinking of trying a different computer as im at a loss :(

JasonPurkiss