SSoulHarborinrounded-corner-via-canvas-in-harmonyos.hashnode.dev·Jun 27, 2025 · 2 min readImplementing an Interactive Dynamic Sidebar in HarmonyOSThe sidebar is a common UI structure in applications. This article explains how to implement a dynamically positionable sidebar using HarmonyOS ArkUI framework, complete with interactive gesture control. State Variable Definition Defines the sidebar ...00
SSoulHarborinrounded-corner-via-canvas-in-harmonyos.hashnode.dev·Jun 25, 2025 · 3 min readTechnical Analysis of Pseudo-Window Implementation in HarmonyOS ApplicationsWithin HarmonyOS's ArkUI development framework, combining declarative UI paradigms with gesture interaction systems enables pseudo-window effects resembling native system windows. This approach maintains a single-window application architecture while...00
SSoulHarborinrounded-corner-via-canvas-in-harmonyos.hashnode.dev·Jun 25, 2025 · 2 min readImplementing ImageBitmap Image Editing in ArkTSIn HarmonyOS ArkTS development, image processing is a core requirement for building rich media applications. This article deeply analyzes the implementation of image editing based on the ImageBitmap API, demonstrating how to leverage OffscreenCanvas ...00
SSoulHarborinrounded-corner-via-canvas-in-harmonyos.hashnode.dev·Jun 25, 2025 · 2 min readHarmonyOS Special Compressed Package Format Import&Export Implementation GuideThis document uses the Pixel Artisan APP's pixel art project file format (.pap) as an example to deeply analyze technical solutions for implementing special compressed package file management in HarmonyOS, covering core functional details such as fil...00
SSoulHarborinrounded-corner-via-canvas-in-harmonyos.hashnode.dev·Jun 25, 2025 · 3 min readHarmonyOS In-App Logging System Implementation GuideThis article provides an in-depth analysis of how to implement a comprehensive logging system within the ArkUI framework, integrating log recording, visual presentation, and interactive features, while also measuring application cold startup time. I....00