Shortcuts

A collection of 3 posts

Featured image

Icons Made Easy for .NET MAUI App Actions


App Actions allow developers to add shortcuts to an App's launch icon to invoke custom functionality or deep link into the app. AppActions.Icons.Maui provides developers with a set of Icons you can easily add to an AppAction.

13/06/2022

read more

Featured image

Adding static shortcuts to your app


Using my AppShortcuts plugin, you can add Dynamic shortcuts to your Xamarin Apps. Android and iOS also provide Static shortcuts which require much less code and can be useful in certain scenarios. Learn how to add Static shortcuts to your Xamarin Forms iOS or Android apps.

08/01/2019

read more

Featured image

Adding shortcuts to your app's icon


App Shortcuts provide users with quick actions into our apps that enhance the UX. They can be static, where they're declared as part of the app's manifest, or can be added dynamically through code. Learn how to add App Shortcuts in a Xamarin Forms app, using the AppShortcuts Plugin.

30/08/2018

read more