Tagged articles
10 articles
Page 1 of 1
AndroidPub
AndroidPub
Sep 11, 2025 · Mobile Development

Inside Android’s Notification System: From notify() to SystemUI

This article dissects the complete Android notification pipeline, explaining how a call to NotificationManager.notify() travels through Binder, system services, and SystemUI to finally render icons, notification rows, or heads‑up banners, while covering channels, permissions, and special edge cases.

AndroidMobile DevelopmentNotificationManager
0 likes · 9 min read
Inside Android’s Notification System: From notify() to SystemUI
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.

BrowserIdChromeNotifications
0 likes · 16 min read
How to Implement Offline Web Push Notifications in Chrome with Service Workers
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.

AndroidGoogle PlayNotifications
0 likes · 11 min read
Optimize Your Android Game for Google Play: Icons, Notifications, Themes, and More
AI Code to Success
AI Code to Success
Feb 1, 2020 · Mobile Development

Unlocking Android RemoteViews: Build and Control Widgets & Notifications

This article explains what RemoteViews are, their use cases in notification bars and home‑screen widgets, provides step‑by‑step code for both scenarios, details PendingIntent handling, and dives deep into the internal cross‑process mechanisms that power RemoteViews updates.

AndroidNotificationsPendingIntent
0 likes · 17 min read
Unlocking Android RemoteViews: Build and Control Widgets & Notifications
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.

AndroidMobile DevelopmentNotifications
0 likes · 23 min read
Android O New Features, Behavior Changes, and API Updates
58UXD
58UXD
Jan 1, 2016 · Fundamentals

Choosing the Right Feedback: Indicators, Validations, and Notifications Explained

This article explains how to select the appropriate communication method—indicators, validations, or notifications—by examining their purposes, urgency, and required user actions, helping designers provide clear, contextual feedback that enhances user experience across interfaces.

FeedbackNotificationsUI design
0 likes · 14 min read
Choosing the Right Feedback: Indicators, Validations, and Notifications Explained