“a0a0c569e863547b5b4327a429ec107f507d3cc8”上不存在“...reference/js-service-widget-ui/figures/444.PNG”
提交 ac6fa19c 编写于 作者: Z zengyawen

update docs

Signed-off-by: Nzengyawen <zengyawen1@huawei.com>
上级 bf8bda92
# 案例应用
本章将从OpenHarmony预置的系统应用中,选择一些较为典型的案例,从页面开发和工程结构的角度,介绍"一多"的具体实践。OpenHarmony的产品形态在不断丰富中,当前主要有默认设备和平板两种产品形态,本章的具体实践也将围绕这两种产品形态展开。
- **[短信应用](sms-intro.md)**
- **[桌面应用](cases-home-screen.md)**
\ No newline at end of file
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
一个完整的拖拽事件,包含多个拖拽子事件,如下表所示(请访问拖拽事件了解详细用法)。当前触控屏和鼠标的拖拽事件已经实现”交互归一”,对触控屏的支持正在开发中。 一个完整的拖拽事件,包含多个拖拽子事件,如下表所示(请访问拖拽事件了解详细用法)。当前触控屏和鼠标的拖拽事件已经实现”交互归一”,对触控屏的支持正在开发中。
| 名称 | 功能描述 | | 名称 | 功能描述 |
| -------- | -------- | | -------- | -------- |
| onDragStart | 绑定A组件,触控屏长按/鼠标左键按下后移动触发 | | onDragStart | 绑定A组件,触控屏长按/鼠标左键按下后移动触发 |
| onDragEnter | 绑定B组件,触控屏手指、鼠标移动进入B组件瞬间触发 | | onDragEnter | 绑定B组件,触控屏手指、鼠标移动进入B组件瞬间触发 |
......
# 一多能力的页面开发介绍
本章介绍如何使用方舟开发框架"一多"能力,开发出在多设备上正常显示的页面。方舟开发框架更推荐开发者使用声明式开发范式开发应用,故本章的内容和示例都基于声明式开发范式,所有示例代码均可以从[码云开源代码仓](https://gitee.com/openharmony/app_samples/tree/master/ETSUI/AdaptiveCapabilities)中获取。
- **[布局能力](layout-intro.md)**
- **[交互归一](interaction-events-unification.md)**
- **[多态组件](polymorphic-components.md)**
- **[资源使用](resource-usage.md)**
\ No newline at end of file
# 结构体
- **[OH_Drawing_BitmapFormat](_o_h___drawing___bitmap_format.md)**
- **[OH_NativeXComponent_Callback](_o_h___native_x_component___callback.md)**
- **[OH_NativeXComponent_TouchEvent](_o_h___native_x_component___touch_event.md)**
- **[OH_NativeXComponent_TouchPoint](_o_h___native_x_component___touch_point.md)**
- **[RawFileDescriptor](_raw_file_descriptor.md)**
\ No newline at end of file
# 头文件
- **[drawing_bitmap.h](drawing__bitmap_8h.md)**
- **[drawing_brush.h](drawing__brush_8h.md)**
- **[drawing_canvas.h](drawing__canvas_8h.md)**
- **[drawing_color.h](drawing__color_8h.md)**
- **[drawing_font_collection.h](drawing__font__collection_8h.md)**
- **[drawing_path.h](drawing__path_8h.md)**
- **[drawing_pen.h](drawing__pen_8h.md)**
- **[drawing_text_declaration.h](drawing__text__declaration_8h.md)**
- **[drawing_text_typography.h](drawing__text__typography_8h.md)**
- **[drawing_types.h](drawing__types_8h.md)**
- **[external_window.h](external__window_8h.md)**
- **[log.h](log_8h.md)**
- **[native_interface_bundle.h](native__interface__bundle_8h.md)**
- **[native_interface_xcomponent.h](native__interface__xcomponent_8h.md)**
- **[raw_dir.h](raw__dir_8h.md)**
- **[raw_file.h](raw__file_8h.md)**
\ No newline at end of file
# MyProject
- **[Native XComponent](_o_h___native_x_component.md)**
- **[Native_Bundle](_native___bundle.md)**
- **[HiLog](_hi_log.md)**
- **[NativeWindow](_native_window.md)**
- **[Drawing](_drawing.md)**
- **[Rawfile](rawfile.md)**
\ No newline at end of file
# 头文件和结构体
- **[头文件](files.md)**
- **[结构体](annotated.md)**
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册