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

Data Science Weekly - Issue 544

Friday, April 26, 2024

Curated news, articles and jobs related to Data Science, AI, & Machine Learning ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

Develop highly relevant search applications using AI

Friday, April 26, 2024

New Elasticsearch and AI training ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ elastic | Search. Observe. Protect A world of AI possibilities door-test 2.png Explore

Stripe makes more changes

Thursday, April 25, 2024

TikTok is in trouble, and net neutrality is back View this email online in your browser By Christine Hall Thursday, April 25, 2024 Welcome back to TechCrunch PM, your home for all things startups,

💎 Issue 414 - From a Lorry Driver to Ruby on Rails Developer at 38

Thursday, April 25, 2024

This week's Awesome Ruby Newsletter Read this email on the Web The Awesome Ruby Newsletter Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular Ruby news, articles and

💻 Issue 414 - JavaScript Features That Most Developers Don’t Know

Thursday, April 25, 2024

This week's Awesome Node.js Weekly Read this email on the Web The Awesome Node.js Weekly Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular Node.js news, articles and

💻 Issue 407 - The Performance Impact of C++'s `final` Keyword

Thursday, April 25, 2024

This week's Awesome .NET Weekly Read this email on the Web The Awesome .NET Weekly Issue » 407 Release Date Apr 25, 2024 Your weekly report of the most popular .NET news, articles and projects

💻 Issue 414 - Everyone Has JavaScript, Right?

Thursday, April 25, 2024

This week's Awesome JavaScript Weekly Read this email on the Web The Awesome JavaScript Weekly Issue » 414 Release Date Apr 25, 2024 Your weekly report of the most popular JavaScript news, articles

📱 Issue 408 - All web browsers on iOS are just Safari with different design

Thursday, April 25, 2024

This week's Awesome iOS Weekly Read this email on the Web The Awesome iOS Weekly Issue » 408 Release Date Apr 25, 2024 Your weekly report of the most popular iOS news, articles and projects Popular

💧 Don't Bother Liquid Cooling Your AMD CPU — Why You Should Keep Using Live Photos on iPhone

Thursday, April 25, 2024

Also: We review the Unistellar Odyssey iPhone Telescope, and More! How-To Geek Logo April 25, 2024 Did You Know Charles Darwin and Abraham Lincoln were both born on the same day: February 12, 1809. 💻

💻 Issue 332 - 🥇The first framework that lets you visualize your React/NodeJS app 🤯

Thursday, April 25, 2024

This week's Awesome React Weekly Read this email on the Web The Awesome React Weekly Issue » 332 Release Date Apr 25, 2024 Your weekly report of the most popular React news, articles and projects