Implementing Custom Notifications in HarmonyOS

Overview This example demonstrates how to create and manage various types of notifications using @ohos.notificationManager and related APIs. It covers publishing, canceling, and setting badge counts on the desktop for different notification formats including basic, long text, multi-line, image-based, button-enabled, and app-launching notificati ...

Posted on Sat, 06 Jun 2026 17:39:35 +0000 by forcer

Advanced Techniques for the WeChat Mini Program <web-view> Component

Overview of Communication Mechanisms The <web-view> component serves as a bridge allowing WeChat Mini Programs to embed web pages directly. However, developers often encounter complexities regarding data exchange between the host Mini Program and the hosted H5 page. The component relies primarily on two attributes: src for specifying the ...

Posted on Tue, 19 May 2026 04:45:14 +0000 by Quicksilver_0