question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Implement app shortcuts

See original GitHub issue

Kind (Required)

  • Improvement

Overview (Required)

  • Users want to navigate to various screens easily and quickly✨
    • For example, FloorMap, MYPLAN tab.

Links

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
takahiromcommented, Jan 22, 2020

How about this method? Probably make a URL with https://droidkaigi.jp/2020/announcement etc., And implement a deep link with navigation.

    <shortcut
        android:shortcutId="floor_map"
        android:icon="@mipmap/ic_launcher"
        android:shortcutShortLabel="@string/floor_map_shortcut_short_label1">
      <intent
          android:data="https://droidkaigi.jp/2020/announcement"
<deepLink app:uri="https://droidkaigi.jp/2020/announcement" />
1reaction
FujiKinagacommented, Jan 17, 2020

@syo-sa1982 Thanks! Assigned! 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

App shortcuts overview
Learn how to add shortcuts to specific actions within your app. ... The types of shortcuts that you create for your app depend...
Read more >
How to Implement iOS App Shortcuts & Intents
Step-by-step instructions how to implement App Shortcuts and App Intents in iOS 16, explained by the ArcTouch app development team.
Read more >
App Shortcuts: Getting Started - RayWenderlich.com
How you deliver content with shortcuts depends on your use case and whether the shortcut's context is app-driven or user-driven. No matter if ......
Read more >
Creating App Shortcuts in Launcher
So this is how we use the new feature app shortcuts on Android 7.1, an app can have 5 shortcuts. So you can...
Read more >
Get things done quickly with app shortcuts - web.dev
App shortcuts are optionally defined in the web app manifest, a JSON file that tells the browser about your web app and how...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found