关于[Adding Shortcuts in Xamarin Forms]的摘要:
Very often we want ways to improve our apps user experience to make users more productive and comfortable using it, often we see that by pressing an app icon it displays a menu of quick options, which is a pretty handy and quick improvement if used wisely for relevant actions. This concept has different names in Android/iOS, in Android, it is known as Shortcuts and it’s available from android 7.1, and in iOS is called QuickActions and it is available from iPhone 6s (iOS 9). In this article, I’m going to show you how to add this to your Xamarin Forms apps.
原文地址: https://xamgirl.com/adding-shortcuts-in-xamarin-forms/