https://github.com/boltuix/app-shortcuts-in-android-app
Static, Dynamic & Pinned. Shortcuts deliver specific types of content to your users by helping them quickly access parts of your app.
https://github.com/boltuix/app-shortcuts-in-android-app
activity android app-shortcuts fragments kotlin navigation-architecture-component
Last synced: 30 days ago
JSON representation
Static, Dynamic & Pinned. Shortcuts deliver specific types of content to your users by helping them quickly access parts of your app.
- Host: GitHub
- URL: https://github.com/boltuix/app-shortcuts-in-android-app
- Owner: BoltUIX
- License: apache-2.0
- Created: 2022-09-20T12:56:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T13:25:55.000Z (about 3 years ago)
- Last Synced: 2025-05-15T00:38:32.853Z (5 months ago)
- Topics: activity, android, app-shortcuts, fragments, kotlin, navigation-architecture-component
- Language: Kotlin
- Homepage: https://www.boltuix.com/2022/09/how-to-create-app-shortcuts-in-android.html
- Size: 121 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App-Shortcuts-in-Android-App
Shortcuts deliver specific types of content to your users by helping them quickly access parts of your app.Android 7.1 introduced a new feature called App Shortcuts.
When you long press your app icon, it shows shortcuts to specific actions which can be launched, on supported launchers.
They are of three types: Static, Dynamic & Pinned.
https://www.boltuix.com/2022/09/how-to-create-app-shortcuts-in-android.html