鸿蒙Harmony
文章平均质量分 50
鸿蒙开发记录学习过程
ctrl_cv菜鸟
简介菜鸟一个无
展开
-
harmony 开发计算器
开发计算器 本篇主要照着官网实现了一下及计算器的案例,记录一下开发过程中的坑与android 的一些差别。 findComponentById harmony 实例化控件方法findComponentById ,其返回值类型为Component。 inputText = (TextField)findComponentById(ResourceTable.Id_input_text); requestFocus requestFocus将光标放入所需的控件中。 方法介绍:A componen原创 2021-07-16 17:49:48 · 364 阅读 · 2 评论 -
HarmonyOs开发(一)
系统架构 架构介绍 框架层:UI框架包含两种(Java UI、JS UI 框架)、用户程序框架 支持c/c++、java、JS。 编写UI布局 认识UI组件 组件类别: 布局类组件:DirectionLayout、DependentLayout、PositionLayout、StackLayout、AdaptiveLayout 显示类组件:Text、Clock、Image、ProgressBar 交互类组件:TextField、Button、CheckBox、RadioButton、Slider原创 2021-07-06 11:09:46 · 272 阅读 · 0 评论