Main image of article App Shortcuts Will Redefine App Experience
shutterstock_339603437 The old developer model is dying, and you can thank the evolution of mobile UX for it. Formerly a race to get people downloading and opening apps, it has turned into apps with good pop-up menus muscling each other for home-screen real estate. Once limited to Apple and iOS, Google’s Android is jumping into on-screen shortcuts full force with version 7.1. On Google’s end, the new App Shortcuts API is fairly simple: developers can choose up to five actions to add to an app icon, which display in a menu and allow users to get to actions quickly. Many stock Android apps have recently been updated to support shortcuts for new features. Still in beta, Android 7.1 promises a bit more functionality for users, courtesy of these shortcuts. Google says they can be static or “dynamic,” suggesting that what we’re seeing so far is fairly static. The company hasn’t described what ‘dynamic’ means yet, but we doubt it’s limited to dragging and dropping shortcuts to the home screen (at least in the long-term). On Apple’s side of the fence, shortcuts have been around since iOS 9 and the iPhone 6S with 3D Touch. It performs all of the same things Android 7.1 will, but takes the process a step (or two) further. In addition to app icon menus that let you skip to in-app functionality faster, you can also forcibly press the iOS home-screen to preview a link or open it into a full-screen view. It’s what Apple calls ‘Peek and Pop,’ and it’s found throughout iOS and various third-party apps. Peek and pop also comes with actions. If you get an email notification on the lock screen, pressing down will give you both a preview of that email and calls to action such as ‘trash’ or ‘archive.’ An iMessage notification can be popped open into a full-on chat experience without ever opening the actual Messages app; it’s really handy for a quick conversation, with the app proper offering more functionality (like stickers).

App Shortcut Differences Run Deep

The reason Apple is able to add so much more context to its app shortcuts and actionable features is twofold. First, the screen hardware has tiny sensors that will notice when you’re pressing a bit firmer, and how hard. The second trick is on the code level. When you press down a bit harder than normal, the UITouch framework that handles interactions accounts for a new feature dubbed force. If you press down even harder, something called maximumPossibleForce kicks in. After UITouch accounts for how hard you’re mashing your finger into the screen, the UIEvent framework takes over to spin up a menu or preview window. Google can’t do all of that because it’s accessing shortcuts via an API. There are also hardware limitations; the device doesn’t account for how hard you’re pressing the screen. Only long touches bring up a shortcuts menu. While it’s possible for Android developers to add an XML file to their app code to make sure a shortcuts menu is always available, even Google steers clear of that: the API requires an app to run at least once, so it's a background process, before a menu is available. Should you reboot your device or run the battery all the way down, the menus may no longer be accessible. It’s a nice, simple way for Google to make shortcuts available (it’s a single API call for developers), but may confuse users. [caption id="attachment_137793" align="aligncenter" width="668"] nexus2cee_shortcut_mockups_thumb Credit: Android Police[/caption]

Developers Can Satisfy Users

According to Urban Airship, push notifications receive a higher click-through ratio when they contain images. Those push notifications with media were part of an update to iOS 10, and are an iterative part of how Peek and Pop works. Developers can apply that data to any app or interaction moving forward, too. If users respond better to media, iOS developers are in a privileged position to take full advantage. Even snippets of emails, as provided by the most recent Airmail update for iOS, offer a more compelling reason to use the app versus others. Android may be a step behind, but it’s reasonable to think similar functionality is coming. The platform pioneered widgets on mobile, and while ‘Peek and Pop’ or rich notifications may be better on iOS, it’s safe to assume Google will work diligently to flesh app shortcuts out a bit. Robust apps are still important, but we’re increasingly interested in spending less time with them. That’s where shortcuts become really important. It may also encourage a developer to add features, some of which can be spun into a subscription model – an increasingly important monetization strategy for mobile app developers. But just as in the days when a unique app would encourage downloads, users are increasingly critical of how shortcut experiences are presented. Apple and Google have the tools available, it’s just up to developers to create something useful and unique.