Tag

Notifications

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Apr 22, 2024 · Backend Development

Integrating Pusher Real-Time Notifications into a Laravel Application

This guide explains how to set up real-time notifications in a Laravel application using Pusher, covering prerequisites, project setup, package installation, configuration of .env, creating events, broadcasting, client-side listening with Laravel Echo, testing, and advanced customization features.

LaravelNotificationsPHP
0 likes · 6 min read
Integrating Pusher Real-Time Notifications into a Laravel Application
Trip Tech Team
Trip Tech Team
Aug 19, 2021 · Frontend Development

How to Implement Offline Web Push Notifications in Chrome with Service Workers

This article examines how to implement offline Web Push notifications in Chrome using Service Workers, covering background, technical concepts such as BrowserId and the Notifications API, step-by-step code for permission handling, key generation, BrowserId retrieval, and server‑side message delivery.

BrowserIdChromeFrontend Development
0 likes · 16 min read
How to Implement Offline Web Push Notifications in Chrome with Service Workers
DevOps Cloud Academy
DevOps Cloud Academy
Jul 13, 2021 · Operations

Configuring Argo CD Webhooks, Prometheus Metrics, and DingTalk Notifications

This guide explains how to set up Argo CD webhooks for real‑time Git change detection, expose Prometheus metrics for monitoring, and integrate DingTalk notifications using ArgoCD Notifications to receive application sync status alerts.

Argo CDDingTalkGitOps
0 likes · 16 min read
Configuring Argo CD Webhooks, Prometheus Metrics, and DingTalk Notifications
php中文网 Courses
php中文网 Courses
Jul 7, 2021 · Backend Development

Fixing Date Formatting in Laravel Notification Model Using a Custom Trait

This article explains how to resolve incorrect date formatting in Laravel notification queries by creating a custom Notification model that uses a HasDateTimeFormatter trait and overriding the notifications() method in the User model.

LaravelNotificationsPHP
0 likes · 3 min read
Fixing Date Formatting in Laravel Notification Model Using a Custom Trait
37 Mobile Game Tech Team
37 Mobile Game Tech Team
Mar 1, 2021 · Mobile Development

Optimize Your Android Game for Google Play: Icons, Notifications, Themes, and More

This guide details essential Android game adjustments required for Google Play approval, including proper icon sizes, stacked notification handling, system‑styled dialogs and loading screens, immersive navigation key settings, screen orientation and density support, and back‑button behavior, providing code samples and manifest configurations for each improvement.

AndroidGame OptimizationGoogle Play
0 likes · 11 min read
Optimize Your Android Game for Google Play: Icons, Notifications, Themes, and More
Yuewen Frontend Team
Yuewen Frontend Team
Aug 27, 2018 · Frontend Development

Master Web Push Notifications: A Frontend Guide to Timely, Relevant Alerts

This article introduces Web Push Notifications, explains how they work with Service Workers, compares the Push and Notification APIs, provides code examples for displaying notifications, and lists resources for trying out push features in modern browsers.

JavaScriptNotificationsService Worker
0 likes · 7 min read
Master Web Push Notifications: A Frontend Guide to Timely, Relevant Alerts
Tencent Music Tech Team
Tencent Music Tech Team
Jul 7, 2017 · Mobile Development

Android O New Features, Behavior Changes, and API Updates

Android O (8.0) adds fluid‑experience features such as notification channels and dots, picture‑in‑picture, adaptive icons, autofill, downloadable fonts, pinned shortcuts, TextView auto‑sizing and media enhancements, while Vitals improve battery, security and stability, and it introduces background execution limits, stricter permissions, new WebView and UI APIs, unified margins, animation set improvements, and overlay‑window changes.

API changesAndroidMobile Development
0 likes · 23 min read
Android O New Features, Behavior Changes, and API Updates