gdg-x / frisbee

[DEPRECATED] Android application for GDG members and organizers
https://play.google.com/store/apps/details?id=org.gdg.frisbee.android
Apache License 2.0
265 stars 169 forks source link

App shortcuts #714

Open tasomaniac opened 7 years ago

tasomaniac commented 7 years ago

The GDG application can have App Shortcuts for Nougat 7.1 users.

Possible static shortcuts can be GDEs, GDG Pulse

We can also have dynamic shortcuts. It can be

tasomaniac commented 7 years ago

Launcher shortcuts have been a feature from the beginning of Android. With Marshmallow, the old launcher shortcut permission com.android.launcher.permission.INSTALL_SHORTCUT is given to all apps automatically.

Nougat's static app shortcuts is just much easier to implement.

But we can also try to add some other power user shortcuts to the app. One idea would be to have add to home screen button on long click on a chapter so that the app will start with that chapter on click.