Weekly Xamarin - Weekly Xamarin - Issue 264

 

Weekly Xamarin

 

ISSUE 264  19th June 2020

 
LUCE CARTER

LUCE CARTER

 

Hey everyone!

Another great week of content again, including some fantastic code snippets as part of the #XamarinMonth event.

Things in the world are still far from normal so I hope you and your loved ones are all safe and well!

Have a fantastic weekend :)

Luce 🧡

Weekly Xamarin  Permalink

 
 

  TESTING  

 

Commonly used code in Xamarin.UITest

Part of #XamarinMonth

If you’re trying to create automated tests for your Xamarin app, you must have stumbled across Xamarin.UITest. It’s a great way to bring the quality of your application to the next level. Just make sure to apply the best practices when using Xamarin.UITest (especially the Page Object Pattern) otherwise your code can get messy really fast. But when everything is set up properly, you can automatically test your application through the UI on over 1000 devices using Visual Studio App Center!

Commonly used code in Xamarin.UITest by Marco Kuiper

marcofolio.net  Permalink

 
 

  PERFORMANCE  

 

Autofac vs TinyIoC

Daniel was asked to support IoC in TinyMvvm so he created TinyIoC, but he decided to do some measurements to compare Autofac with TinyIoC in terms of performance. Its a fascinating read!

Autofac vs TinyIoC by Daniel Hindrikes

danielhindrikes.se  Permalink

 
 

  DEVOPS  

 

Xamarin DevOps Snippets (aka Pipeline Templates)

Part of #XamarinMonth

Azure Pipeline Templates are really powerful. They are even reusable across different repositories! Nick shares some code snippets to allow you to get started with Azure DevOps and your Xamarin apps!

Xamarin DevOps Snippets (aka Pipeline Templates) by Nick Randolph

builttoroam.com  Permalink

 
 

  XAMARIN FORMS  

 

Code snippets for Xamarin Forms XAML Platform-specifics

Part of #XamarinMonth

Platform-Specifics is a useful and powerful feature that opens up a whole new experience for users. However sometimes they can be hard to remember. The one I experience most, which is what made this post from Damian catch my eye, is SafeArea on iOS, the little nugget that means your UI isnt ruined by the notch! There are a load of useful snippets in here too!

Code snippets for Xamarin Forms XAML Platform-specifics by Damian Mehers

damian.fyi  Permalink

 

Xamarin Forms Prism Code Snippets

Part of #XamarinMonth

Prism is a popular framework that many developers add to their application. So this entry to the Code Snippet month by Rendy will definitely be very valuable for a lot of people!

Xamarin Forms Prism Code Snippets by Rendy Del Rosario

xamboy.com  Permalink

 

Easy Steps to Access Files in Dropbox and Use Them in a Xamarin App

We have often stored and accessed local files on a device but have you ever wanted to know how to use Dropbox in your Xamarin.Forms app? This great post shows you how to get started!

Easy Steps to Access Files in Dropbox and Use Them in a Xamarin App by Ramkumar Ravy

syncfusion.com  Permalink

 

So I took up on TravelMonkey, the Xamarin + Cognitive Services Challenge!

You may recall the recent Xamarin Challenge, Travel Monkey which helped you learn how to use Cognitive Services! Udara took part in the challenge to add a new feature of your choice and this is a really great write up of his experience!

So I took up on TravelMonkey, the Xamarin + Cognitive Services Challenge! by Udara Alwis

wordpress.com  Permalink

 

Create Iconic Text Avatars using skiasharp and xamarin forms

Text Avatars are the most elegant alternative to profile pictures in modern design, their usage is not limited only to when the profile picture is missing or not loaded but in some systems and mobile apps, they are used as a full replacement of profile pics.

Create Iconic Text Avatars using skiasharp and xamarin forms by Ahmed Fouad

itnext.io  Permalink

 

Xamarin Magic Code Snippets

Part of #XamarinMonth

I discovered MagicGradients last year, it's a powerful way to do awesome gradients in your application, and it even supports CSS! So I am really excited to see that Bohdan has featured it in this month's code snippets calendar.

Xamarin Magic Code Snippets by Bohdan Benetskyi

medium.com  Permalink

 
 

  PODCASTS & VIDEOS  

 

Cross-platform Images Simplified with Resizetizer.NT | The Xamarin Show

This week, James is joined by friend of the show and Xamarin Engineer Lead, Jonathan Dick. Are you tired of copying files in and out of different folders? Are you tired of worrying about different image resolutions? Then ResizetizerNT is for you! An amazing library from Jon that enables you to add all of your images into your .NET Standard project and have them resized and added to the correct platform folders and build time! You have to check this awesome library out.

Cross-platform Images Simplified with Resizetizer.NT by James Montemagno

msdn.com  Permalink

 

Null Pointers 5: Open Source Contributions

Ever considered contributing to an Open Source project? In our fifth episode we discuss about contributing to open source projects. We discuss why and how to get started, what different ways there are to contribute and some of the interpersonal pitfalls that can arise when taking part in your open source endeavour.

Null Pointers 5: Open Source Contributions by Null Pointers

nullpointers.io  Permalink

 

DevTalk 39: .NET MAUI and the future of Xamarin. With David Ortinau

On episode 39 of DevTalk, Kerry speaks to David Ortinau about the future of Xamarin and .NET MAUI.

DevTalk 39: .NET MAUI and the future of Xamarin. With David Ortinau by Kerry Lothrop

lothrop.de  Permalink

 

Merge Conflict: 206: IoT Build Status with BuildLight

Frank is off with another #holidayhack... in June with his BuildLight project!.

206: IoT Build Status with BuildLight by Merge Conflict

mergeconflict.fm  Permalink

 

The Xamarin Podcast Episode 74: Build 2020 Updates

//Build 2020 just happened - remotely!

James and Matt recap all of the great Xamarin announcements - and then you can go out and watch all the sessions.

Plus this episode covers how to build iOS extension while reusing some Xamarin.Forms pages a new Azure + Mobile documentation center and so much more.

And of course, the Azure Service of the Month and Pick of the Pod!

The Xamarin Podcast Episode 74: Build 2020 Updates

xamarinpodcast.com  Permalink

 
 

  RELEASES  

 

Try the Latest Xamarin.Forms 4.7 Features Today!

Xamarin.Forms 4.7 is out and I couldn't be more excited for this release! It includes a long overdue simplification of rows and columns definitions, shapes and paths (pretty icons incoming) and much more!

Try the Latest Xamarin.Forms 4.7 Features Today! by Jacob Kirsch

microsoft.com  Permalink

 
You received this email because you subscribed via the Weekly Xamarin site.
We’ll be sorry to see you go but you can .
 
Locked Bag 10029 54448, 83 Lalor Road QUAKERS HILL NSW 2763 AUSTRALIA
 
 

 
 
©2020 Weekly Xamarin | Privacy Policy | Submit Content | Not affiliated with Xamarin Inc.
 
Published with Curated

Older messages

Weekly Xamarin - Issue 263

Saturday, June 13, 2020

Weekly Xamarin View on the web Archives ISSUE 263 13th June 2020 KYM PHILLPOTTS Lots of great content in this weeks newsletter, including a bunch of great Snippets being shared and many other community

Weekly Xamarin - Issue 262

Friday, June 5, 2020

Weekly Xamarin View on the web Archives ISSUE 262 5th June 2020 KYM PHILLPOTTS It has been a crazy week around the globe. Remember respect each other, love each other and most importantly enjoy this

Weekly Xamarin - Issue 261

Friday, May 29, 2020

Weekly Xamarin View on the web Archives ISSUE 261 29th May 2020 LUCE CARTER Hey everyone, How is everyone recovering after the excitement of Build? I actually took part in an OpenHack event with my

Weekly Xamarin - Issue 260

Saturday, May 23, 2020

Weekly Xamarin View on the web Archives ISSUE 260 23rd May 2020 KYM PHILLPOTTS It's been a big week with Microsoft Build 2020 happening. Hopefully, you got to join in on the fun - it was amazing.

Weekly Xamarin - Issue 259

Friday, May 15, 2020

Weekly Xamarin View on the web Archives ISSUE 259 15th May 2020 LUCE CARTER Happy Friday! Hey everyone, Welcome back to another great issue of Weekly Xamarin, full of amazing content as ever! Thanks to

You Might Also Like

🧠 7 Ways Tech Can Improve Your Mental Health — YouTube Music Has One Feature No Streaming Service Can Compete With

Tuesday, December 3, 2024

Also: You Should Play More Simulation Games, and More! How-To Geek Logo December 3, 2024 Did You Know The candy name "Milk Duds" is rather literal. The candies were first produced in 1926

Free Webinar: Key Trends in 2025 🔮

Tuesday, December 3, 2024

Join us Dec 12th to explore key trends shaping 2025—geopolitics, tech, markets, and more. View Online | Subscribe | Download Our App FREE WEBINAR - December 12th, 11am PST 2025 Outlook: Key Trends on

Django Performance, pathlib, Poetry, and More

Tuesday, December 3, 2024

Django Performance: Scaling and Optimization #658 – DECEMBER 3, 2024 VIEW IN BROWSER The PyCoder's Weekly Logo Django Performance: Scaling and Optimization Performance tuning in the context of

Daily Coding Problem: Problem #1626 [Easy]

Tuesday, December 3, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Microsoft. Let's represent an integer in a linked list format by having each node

Why Go slices throw up surprises

Tuesday, December 3, 2024

Plus a look forward to Go 1.24, and a Go-powered alternative to Google Analytics. | #​534 — December 3, 2024 Unsub | Web Version Together with Google Go Weekly The Draft Go 1.24 Release Notes — Last

Charted | 30 Years of Global Equity Returns, by Region 🌎

Tuesday, December 3, 2024

The US has been the dominant global equity market as the top returning region for 10 years out of the past 15. View Online | Subscribe | Download Our App Presented by Brazil Potash Rising food costs

Invite your friends to read Code Story

Tuesday, December 3, 2024

Thank you for reading Code Story — your support allows me to keep doing this work. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Code Smell 282 - Bad Defaults and How to Fix Them

Tuesday, December 3, 2024

Top Tech Content sent at Noon! Advertise on this Newsletter! 50% off!! Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, December 3, 2024? The

Issue 162

Tuesday, December 3, 2024

💰🪖 Silicon Valley's new gold rush: AI giants chase Pentagon dollars. US landlords caught using AI to fix rental prices. How China is stealing the world's semiconductor technology. ͏ ͏ ͏ ͏ ͏ ͏ ͏

How Apple Watch can predict illness

Tuesday, December 3, 2024

New AI browser; The case against Google; Cyber Monday leftovers -- ZDNET ZDNET Tech Today - US December 3, 2024 sample-image-16-9-red.jpg How to use your Apple Watch to predict when you may get sick