Mastering Network Requests in HarmonyOS NEXT: A Practical Guide from Novice to ExpertJun 27, 2025·6 min read
HarmonyOS NEXT Application Development: In - Depth Analysis of the Navigation Component for Page Navigation and Routing ManagementHarmonyOS NEXT Application Development: In - Depth Analysis of the Navigation Component for Page Navigation and Routing Management I'm Feri, a programmer with over 12 years of experience. I've engaged in development work, led teams, and started busin...Jun 27, 2025·9 min read
Mastering HarmonyOS NEXT Third-Party Libraries: A Comprehensive Guide from Basics to Practice, Effortlessly Conquering lithe_refreshJun 27, 2025·5 min read
Mastering HarmonyOS NEXT Modal Pages: A Comprehensive Guide to Effortless Implementation0. Preface Recently, while working on the HarmonyOS NEXT native development of an exam app, I hit a roadblock when it came to displaying the answer sheet for the exam feature. Initially, I used pop - up windows for the answer sheet, but the result wa...Jun 27, 2025·5 min read
一文就可搞清楚的HarmonyOS NEXT解锁模态页面的“真香”操作0.前言 最近在搞考试App的HarmonyOS NEXT原生开发,卡在考试功能的答题卡显示上。一开始用弹框做答题卡,效果堪称“买家秀vs卖家秀”——丑到想给产品经理递辞职信(不是)。痛定思痛后,我发现了模态页面这个“神器”,简直打开新世界大门!今天就来和大家聊聊这玩意儿怎么玩~ 1.模态页面:弹窗界的“变形金刚”🤖 想象一下:你正在打游戏(当前上下文),突然弹出一个任务面板(模态页面),既不挡住游戏画面,又能让你专注处理任务——这就是模态页面的魅力!它是个“大面板交互式弹窗”,和普通弹窗最大...Jun 27, 2025·2 min read
HarmonyOS NEXT开发实战:从图标库到布局属性全解析🔥 鸿蒙开发实战:从图标库到布局属性全解析 作者:Feri(12年+资深程序员,鸿蒙开发/Java技术专家) 一、HarmonyOS图标库深度应用 1.1 图标库核心优势 HarmonyOS官方图标库专为开发者设计,具备三大核心能力: 多场景覆盖:包含系统组件、设备控制、生活服务等18+分类图标 灵活定制:支持颜色(fillColor)、尺寸(width/height)、格式(SVG/PNG)实时调整 工程化适配:默认遵循ic_命名规范,与ArkUI框架无缝集成 1.2 图标下载与工...Jun 27, 2025·2 min read