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.
DESIGN
How To Design Screenshots That Result in Downloads—Musts, Tips, and Don'ts
App Store Optimization has two sides, keyword optimization, which gets people to view your app's page, and screenshot optimization, which turns those views into downloads. One needs the other, and the two build on top of each other to give your app the downloads it deserves.
How To Design Screenshots That Result in Downloads—Musts, Tips, and Don'ts by Ariel Michaeli
XAMARIN FORMS
Working with Master-Detail-Pages | Prism
The introduction of Shell to Xamarin.Forms 4.0 changed the game when it comes to tabbed and master detail pages. But maybe you are using Prism. In this post, Dan talks you through how to achieve the Master-Detail page layout using Prism.
Open Xamarin.Forms WebView links in external browser
On occasions you may find a need to display a block of HTML in your app, for a bit of legal blurb for example, and you'll reach for the trusty WebView.
The WebView control is great for displaying a page of HTML, however it comes "as is". If a user clicks on a link within the WebView, it opens the link within the same view, but the user is unable to go back, as the WebView has no navigation controls.
Open Xamarin Forms WebView links in external browser by Aden Earnshaw
Getting started with Excel Files creation in Xamarin Forms
Ever wondered how to generate Excel files from a Xamarin.Forms app? Well Leomaris has you covered!
Getting started with Excel Files creation in Xamarin Forms by Leomaris Reyes
You only need an OneTime binding
When creating a binding in Xamarin.Forms, the default is that you create an OneWay binding (except for input elements that have TwoWay bindings), this means that it updates the view from the ViewModel whenever the value in the ViewModel changes. But often you don't need an OneWay binding, you only need an OneTime binding, but you use OneWay just because it is the default.
MEETUPS
August dotNET Virtural Events to Tune Into
With Covid still very much still much around, a lot of meetups are virtual in August. All this means is even more events we can attend, yay!!
August dotNET Virtural Events to Tune Into by Jayme Singleton
Xamarin Summit 2019, O maior encontro de desenvolvedores #Xamarin da América Latina,04 e 05 de Outubro, Florianópolis, Brasil
Xamarin Summit 2019, O maior encontro de desenvolvedores #Xamarin da América Latina,04 e 05 de Outubro, Florianópolis, Brasil
NUGET OF THE WEEK
XamarinCommunityToolkit: an introduction
A bunch of community legends have recently started to revive the Xamarin Community Toolkit, a great aggregation of commonly used code. Ever found yourself constantly copying and pasting certain converters, animations, effects, behaviours or controls? Then this is the Nuget for you!
PODCASTS & VIDEOS
12: MVVM – Null Pointers
A large proportion of Xamarin.Forms applications are architected to follow the MVVM architecture so this is a great episode that covers advantages, libraries, IoC and more...with a bonus Easter Egg at the end!
Xamarin Community Standup - August 6th 2020 - Xamarin.Forms 4.8 Gradients with Shane
Another fantastic Xamarin Community Standup happened this week. Covering community blogs, community PR's, gradients and more!
RELEASES
MFractor 4.3 Now Available
MFractor 4.3 is now available for both Visual Studio Windows and Mac.
This release provides support for Visual Studio Mac 8.7 and includes many tooltip features for both XAML and C#. In 4.3, the goal was to surface useful additional information about your code and to improve the navigation experience in MFractor.