HMHarmonyOS Magicianinharmonyosmagician.hashnode.dev·Jun 27, 2025 · 4 min readHidden Gems in HarmonyOS 5 for Business App Development — Graphic Transformations1. Introduction During the development of business applications with HarmonyOS 5, we often encounter subtle yet powerful features buried within the framework. These transformations—such as rotation, translation, and scaling—can significantly enhance ...00
HMHarmonyOS Magicianinharmonyosmagician.hashnode.dev·Jun 27, 2025 · 6 min readHarmonyOS 5 Business App Tip — OTP Input Component1. Introduction In many business applications—such as login or payment flows—OTP (one-time password) or short passcode inputs are essential. When implementing an OTP input box in HarmonyOS 5, I encountered several tricky issues worth sharing. This ar...00
HMHarmonyOS Magicianinharmonyosmagician.hashnode.dev·Jun 27, 2025 · 4 min readHarmonyOS 5: In-App Notification with SubWindow — A Coffee-Break Implementation1. Introduction While HarmonyOS 5 supports system-level notifications, business apps often require in-app notices—such as updates, alerts, or marketing messages—especially when users deny system-level notification permissions. This article walks thro...00
HMHarmonyOS Magicianinharmonyosmagician.hashnode.dev·Jun 27, 2025 · 5 min readHarmonyOS 5 Business App Development Insights — In-Depth State Management1. Introduction In building real-world business applications on HarmonyOS 5, state management is one of the most critical aspects of ArkUI development. It directly impacts UI responsiveness, interaction accuracy, and data consistency across component...00
HMHarmonyOS Magicianinharmonyosmagician.hashnode.dev·Jun 27, 2025 · 3 min readHarmonyOS 5 Building a Draggable Floating View Component in Your ApplicationIntroduction In HarmonyOS development, implementing a floating draggable UI component (DragView) can greatly improve user experience. This is particularly useful for creating floating entries, quick access widgets, or contextual helpers. This article...00