Go to file
2024-09-25 19:23:07 +08:00
app array demo 2024-09-25 19:23:07 +08:00
AppScope add location 2024-09-05 20:34:48 +08:00
base add rest api 2024-09-11 19:27:24 +08:00
build_script/sign
common_ui fix warning 2024-09-06 15:36:19 +08:00
cppLib 修复编译脚本,支持编译 x86 和 arm 2024-07-15 15:09:09 +08:00
hmcalculate fix cpp 调用 2024-06-26 15:57:27 +08:00
hvigor 更新使用 5.0 ide 2024-06-24 16:45:01 +08:00
.gitignore
build-profile.json5 array demo 2024-09-25 19:23:07 +08:00
hvigorfile.ts
oh-package.json5 更新使用 5.0 ide 2024-06-24 16:45:01 +08:00
readme.md

本项目代码地址为: Harmony/HMDemo - HMDemo - DevWiki Gitea

提交时会同步更新至:

[TOC]

项目概要

1. 重要说明

目前分支如下:

1.1 master分支

基于API11,即 DevEco使用 4.x或者 5.0.3.200版本

  • compileSdkVersion : 4.1.0(11)
  • compatibleSdkVersion: 4.0.0(10)

1.2 api12分支

基于API12, DevEco使用 5.0.3.300之后版本

请使用API对应的DevEco进行编译.

1.3项目模块

本项目模块分为:

  • app: 主入口模块
  • common_ui : 通用UI动态共享库模块
  • base: 最底层的依赖库, 包含最通用的代码封装.
  • cppLib: C++项目, 编译so提供给native_lib模块使用
  • native_lib: 包含C++ 的 shared 模块

2. app模块

3. common ui模块

包含的组件有:

4. base 模块

事件相关:

工具类: