Weekly Xamarin - Weekly Xamarin - Issue 269

Design Tips, ADB Masterclass, Shapes, and loads of Xamarin.Forms
 

Weekly Xamarin

 

ISSUE 269  24th July 2020

 
KYM PHILLPOTTS

KYM PHILLPOTTS

 

Happy Friday.

This week we have some great design blogs and tools. As always, there are great Xamarin.Forms articles discussing multi-lingual apps and the new shapes components to name just a couple. This week there is also a great post on the Android ADB command and creating bindings.

Have a great weekend, stay safe... and wear a mask.

Kym

Weekly Xamarin  Permalink

 
 

SPONSORED LINK

 

UnoConf 2020 – Virtual & Free

Learn how to build cross-platform, single source, Web-Mobile-Desktop applications with C# and XAML only at Uno Platform’s annual conference. Speakers from Microsoft, Uno Platform core OSS team and community. Register now.

unoconf.com  Permalink

 
 
 

  CODE  

 

Don’t Judge XAML Based On Lines of Code

For those following the on-going discussion around the future of XAML and specifically the use of XAML in DotNetMaui/Xamarin.Forms, this post is a follow on from two great posts discussing the options that are, or will be, available for Xamarin.

Don’t Judge XAML Based On Lines of Code by Nick

azurewebsites.net  Permalink

 
 

  DESIGN  

 

Designed for iPad

Over the last few years, the iPad has transformed significantly from being a large touch screen device to a device that supports multiple inputs and can be used in a variety of situations. It’s changed the way people interact with their apps. But how should you design for iPad apps?

Designed for iPad by Vidit Bhargava

medium.com  Permalink

 

Mobile App Redesign for Developers: GitTrends

Polishing and working with UI/UX design can feel intimidating and like we definitely need a Designer in our team to get out a production-ready app design. In this series, you will be able to learn key tools, resources, and workflow you can use to start building clean and immersive app designs as a Developer.

Mobile App Redesign for Developers: GitTrends by Pujolsluis

pujolsluis.com  Permalink

 

Generating beautiful frames for your iOS & Android screenshots instantly

Have you have ever needed to share your app screenshots with other team members, but skipped adding the frame just to save time? Taking a screenshot is as simple as a click, but designing & dealing with image editing tools is definitely not a developer’s forte.

Generating beautiful frames for your iOS & Android screenshots instantly by The First Prototype

medium.com  Permalink

 
 

  DEVOPS  

 

Xamarin DevOps Snippets (aka Pipeline Templates)

Nick Randolph covers some code snippets that use Pipeline Templates in order to setup a Azure DevOps pipeline for your Xamarin application.

Xamarin DevOps Snippets (aka Pipeline Templates) by Nick

azurewebsites.net  Permalink

 
 

  TOOLS  

 

10 Visual Studio Files and Layout Productivity Tips

Nowadays most developers are working remotely. Hence the monitor(s) configuration might have changed, and might change frequently. In this context, it does matter to optimize the Visual Studio layout and documents access. Here are some tips.

10 Visual Studio Files and Layout Productivity Tips by Patrick Smacchia

ndepend.com  Permalink

 
 

  ANDROID  

 

Android Debug Bridge Master Class

ADB, Android Debug Bridge, is a useful command line utility for interacting with Android devices for debugging and diagnostic purposes. Xamarin developers can use ADB to install/uninstall packages, inspect running apps, push and pull files and check error logs. Consider this your master class on the subject.

Android Debug Bridge For Xamarin Developers by Lachlan Gordon

mfractor.com  Permalink

 
 

  XAMARIN FORMS  

 

Mastering Multilingual in Xamarin.Forms

Charlin Agramont has a guest post on the Microsoft blog talking about Multilingual support, which is one of the most common requirements for mobile apps.

Mastering Multilingual in Xamarin.Forms by Charlin Agramonte

microsoft.com  Permalink

 

Create scrollable tabs in Xamarin.Forms with CollectionView and CarouselView

When it comes to navigation patterns in mobile apps, the tabbed interface is one of the most popular options. While Xamarin.Forms has the TabbedPage (and Shell) to fulfill that need, it lacks one essential feature: scrollable tabs.

Create scrollable tabs in Xamarin.Forms with CollectionView and CarouselView by Marco Siccardi

msicc.net  Permalink

 

Drawing UI with Xamarin.Forms Shapes and Paths

Xamarin.Forms 4.7 introduces drawing controls for Shapes and Paths. These are powerful new cross-platform controls that use the familiar control syntax from UWP and WPF. As well as use the native graphics libraries on each target platform.

Drawing UI with Xamarin.Forms Shapes and Paths by David Ortinau

microsoft.com  Permalink

 

Taking your apps design to the next level with Xamarin Forms

The difference between a good application and a bad application is usually the quality of your user experience (UX). A good user experience is what separates successful applications from those that have not been successful. That is why it is vital to try to focus our efforts on trying to give our users the greatest and best possible experience.

Taking your apps design to the next level with Xamarin Forms by Luis Matos

luismts.com  Permalink

 

Creating a Xamarin Binding Library for iOS And Android

As a Xamarin Developer, there are situations where we want to use a native (Objective C, Swift, Java, Kotlin, etc) library. To do this, we have two options: translate the library code to C# which is good if the code is small but in cases where we want to migrate libraries with a lot of code the best approach is to create a binding library.

Creating a Xamarin Binding Library for iOS And Android (Part. 1) by Rendy Del Rosario

xamboy.com  Permalink

 

ToDo Sample Application with Telerik UI, MVVMFresh and EntityFrameworkCore

Introducing our Telerik ToDo App: A beautifully designed and highly performant task management application built with Telerik UI for Xamarin controls.

ToDo Sample Application with Xamarin.Forms, Telerik UI, MVVMFresh and Microsoft.EntityFrameworkCore by Stefan Nenchev

telerik.com  Permalink

 

A Tale Of CollectionView and Garbage Collector

Jean-Marie Alfonsi tells the woeful tale of trying to work out increasing memory consumption in the GitTrends application. He takes a stroll through Garbage Collection, Java Native Interface and the object Nursery. How will the story end?

Gittrends lags: A Tale Of CollectionView and Garbage Collector by Jean-Marie Alfonsi

sharpnado.com  Permalink

 

3 Ways to Consume Apis Rest

Thiago provides a summary of some tips and techniques for communicating and consuming an API.

Note: Post is in Portuguese

O X do Xamarin Forms by Thiago Bertuzzi

medium.com  Permalink

 

DatePicker with placeholder in material design

Sometimes you want the user to be able to select a date within an app. For this scenario, Xamarin.Forms provides the DatePicker Control, which is also beautifully represented in material design. In this post, Sabastian improves on it by including placeholder text explaining what the date is.

NOTE: Post is in German

Xamarin.Forms: DatePicker mit Placeholder im Material-Design by Sebastian Jensen

tsjdev-apps.de  Permalink

 

Xamarin Forms PayUMoney Integration

Learn how to integrate the PayUMoney Payment Gateway with Xamarin.Forms Application.

Xamarin Forms PayUMoney Integration by Logesh Palani

blogspot.com  Permalink

 
 

  PODCASTS & VIDEOS  

 

Merge Conflict 211 - Failure To Launch

Fit & Finish! That is our topic this week and try to understand what is in Frank's way of shipping his app.

211: Failure To Launch by Merge Conflict

mergeconflict.fm  Permalink

 

Xamarin.Forms 4.7 - Shapes, Paths, and App Themes!

This week, James is joined by Jacob Kirsch, Program Manager for Xamarin, who walks us through the latest and greatest features that Xamarin.Forms 4.7 introduced. This includes the awesome new drawing API with shapes and paths, app theme support update, and new grid optimizations.

Xamarin.Forms 4.7 - Shapes, Paths, and App Themes! by James Montemagno

msdn.com  Permalink

 
 

  RELEASES  

 

Hybrid Blazor apps in the Mobile Blazor Bindings July update

Mobile Blazor Bindings July update! This release adds support for building Hybrid Blazor apps, which contain both native and web UI. Hybrid apps are a composition of native and web UI in a single app.

Hybrid Blazor apps in the Mobile Blazor Bindings July update by Eilon Lipton

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 unsubscribe instantly.
 
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 267

Friday, July 10, 2020

Weekly Xamarin View on the web Archives ISSUE 267 11th July 2020 LUCE CARTER Hey everyone, Welcome back to another great week here on the newsletter. I thoroughly enjoyed reading, watching and

Weekly Xamarin - Issue 266

Saturday, July 4, 2020

This month there we have posts on Xamarin.Forms Shapes, UI Designs and Snippets to name just a few things. Weekly Xamarin View on the web Archives ISSUE 266 4th July 2020 KYM PHILLPOTTS Wow, we are

Weekly Xamarin - Issue 265

Saturday, June 27, 2020

Weekly Xamarin View on the web Archives ISSUE 265 27th June 2020 KYM PHILLPOTTS WWDC, MAUI and Productivity A bumper issue this week, with lots of information about Apples WWDC announcements and more

Weekly Xamarin - Issue 264

Friday, June 19, 2020

Weekly Xamarin View on the web Archives ISSUE 264 19th June 2020 LUCE CARTER Hey everyone! Another great week of content again, including some fantastic code snippets as part of the #XamarinMonth event

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

You Might Also Like

📱 Issue 407 - Apple just announced WWDC24. The keynote for WWDC24 will be held on Monday, June 10th.

Thursday, March 28, 2024

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

💻 Issue 405 - 2024 Edition Update

Thursday, March 28, 2024

This week's Awesome Rust Weekly Read this email on the Web The Awesome Rust Weekly Issue » 405 Release Date Mar 28, 2024 Your weekly report of the most popular Rust news, articles and projects

🤖 What to Expect From Google I/O 2024 — How to Stop Apps From Leaking Your Data

Thursday, March 28, 2024

Also: The Best Camera Straps of 2024, and More! How-To Geek Logo March 28, 2024 📩 Get expert reviews, the hottest deals, how-to's, breaking news, and more delivered directly to your inbox by

Infographic | How Small Investments Make a Big Impact Over Time 📈

Thursday, March 28, 2024

Compound interest is a powerful force in building wealth. Here's how it impacts even the most modest portfolio over the long term. View Online | Subscribe Presented by: EnergyX's groundbreaking

Fully Autonomous Development, AI .NET Components, Data Visualization ML Tutorial, More

Thursday, March 28, 2024

Home | News | How To | Webcasts | Whitepapers | Advertise .NET Insight March 28, 2024 THIS ISSUE SPONSORED BY: ■ Visual Studio Live! Chicago: .NET Developer Training Conference ■ dtSearch® - INSTANTLY

Daily Coding Problem: Problem #1395 [Hard]

Thursday, March 28, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Implement an LRU (Least Recently Used) cache. It should be able to be

72 x $99 tickets left for virtual product conference (May 2)

Thursday, March 28, 2024

​ACT FAST!​ ONLY 72 TICKETS AVAILABLE AT THE DISCOUNTED RATE OF $99! MAY 2, 2024 | ONLINE ACROSS THE WORLD Join product people from around the world on Thursday, May 2, for INDUSTRY, the #1 Virtual

⚙️ "I'm a GPT builder" 😎

Thursday, March 28, 2024

Plus: Elon's Grok will be available to all ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌ ‌

🔒 The Vault Newsletter: March issue 🔑

Thursday, March 28, 2024

Get the latest business security news, updates, and advice from 1Password. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

📑 Discover The Power of AI With UPDF — 63% Off For a Limited Time

Thursday, March 28, 2024

Digitally Read/Sign/Edit/Summarize PDFs Seamlessly. Available Now at a Huge Discount! How-To Geek Logo March 28, 2024 Tired of Dealing With PDFs? Try AI-Powered UPDF With the Biggest Discount of the