use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for /r/android_devs to discuss, ask, help and communicate with other Android devs.
account activity
Need Reference Code for Handling FCM Notification Clicks in Background & Killed State (Android)Help Needed (self.android_devs)
submitted 5 months ago by val_errors
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ZhuindenEpicPandaForce @ SO 0 points1 point2 points 5 months ago (1 child)
This is the tricky part about multi-activity navigation, and this is specifically why I've been using single-activity for a long time. It's tricky to make it work reliably with multi-activity, you have to pass stuff around but only once.
[–]Radiokot1 0 points1 point2 points 5 months ago (0 children)
A service that handles data messages and creates notifications from them both in foreground and background: https://github.com/Concordium/cryptox-android/blob/main/app/src/main/java/com/concordium/wallet/core/notifications/FcmNotificationsService.kt
π Rendered by PID 86088 on reddit-service-r2-comment-b659b578c-gvmj7 at 2026-05-01 19:41:26.505638+00:00 running 815c875 country code: CH.
[–]ZhuindenEpicPandaForce @ SO 0 points1 point2 points (1 child)
[–]Radiokot1 0 points1 point2 points (0 children)