Go to file
taobohao 30614f771a 增加pr模板
Signed-off-by: taobohao <taobohao@huawei.com>
2023-04-28 10:31:03 +08:00
.gitee 增加pr模板 2023-04-28 10:31:03 +08:00
ability update ability/JsDistributedMusicPlayer/signature/UnsgnedReleasedProfileTemplate.json. 2023-04-20 02:45:44 +00:00
AppSample/Shopping IssueNo: #I6WRFO:老目录sample下架第一部分 2023-04-19 15:04:07 +08:00
bundle/MultiHap !2254 【0230】代码revert 2023-03-01 15:46:59 +08:00
CheckoutDemo 设备应用基本功能测试 2023-02-01 16:59:49 +08:00
code 分布式应用权限整改以及bug修改 2023-04-21 16:39:02 +08:00
common update common/DistributeCalc/signature/UnsgnedReleasedProfileTemplate.json. 2023-04-20 02:48:09 +00:00
CompleteApps/KikaInput IssueNo: #I6WRFO:老目录sample下架第一部分 2023-04-19 15:04:07 +08:00
customization/EnterpriseAdminExtensionAbility 修改相关README 2023-03-10 10:39:09 +08:00
data !2254 【0230】代码revert 2023-03-01 15:46:59 +08:00
device 分布式硬件子系统DM方法API运行时鉴权权限适配 2023-04-17 19:26:36 +08:00
DirCloneTool 支持下载单个应用 2022-11-28 10:02:16 +08:00
ETSUI IssueNo: #I6WRFO:老目录sample下架第一部分 2023-04-19 15:04:07 +08:00
Graphics/JsWebGL IssueNo: #I6WRFO:老目录sample下架第一部分 2023-04-19 15:04:07 +08:00
media !2254 【0230】代码revert 2023-03-01 15:46:59 +08:00
MultiDeviceAppDev 修改JsAdaptiveCapabilities中的License格式 2023-03-22 10:07:52 +08:00
Network 补充WebSocket的readme文档 2023-04-03 15:23:47 +08:00
Notification !2254 【0230】代码revert 2023-03-01 15:46:59 +08:00
PackageManagement/ZipLib fix bug 2022-09-21 13:13:03 +08:00
Preset !2254 【0230】代码revert 2023-03-01 15:46:59 +08:00
ResourcesSchedule !2254 【0230】代码revert 2023-03-01 15:46:59 +08:00
Safety 修改readme引用文档地址 2022-12-20 19:00:59 +08:00
Share/CustomShare 修改readme引用文档地址 2022-12-20 19:00:59 +08:00
Telephony !2254 【0230】代码revert 2023-03-01 15:46:59 +08:00
thread/JsWorker 添加licences 2022-09-15 15:03:57 +08:00
UI !2254 【0230】代码revert 2023-03-01 15:46:59 +08:00
Util UtilBase64Codec模型转换 2023-02-14 19:17:28 +08:00
Web/RunJsInWeb update readme 2023-01-28 18:46:54 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 12:34:30 +08:00
changelog.md modify changelog.md 2023-01-30 17:55:12 +08:00
CodeCommitChecklist.md 增加测试用例报告 2023-04-08 15:41:07 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 12:34:30 +08:00
OAT.xml ASOrangeShopping Online! 2023-03-30 16:22:14 +08:00
README_zh_old.md update reADME 2023-02-08 10:44:51 +08:00
README_zh.md add thermal and batteryinfo 2023-04-17 14:28:02 +08:00
README.md 修改根目录readme文件 2023-01-31 16:50:27 +08:00
releasenote.md modify readme 2022-09-27 09:28:01 +08:00
SampleReadTemplate.md 刷新readme模板 2023-02-09 20:38:19 +08:00

App Samples

Introduction

We provide a series of app samples to help you quickly get familiar with the APIs and app development process of the OpenHarmony SDKs. Each app sample is an independent project in DevEco Studio. You can import a project into DevEco Studio to learn how to use APIs in the sample by browsing code, building the project, and installing and running the app.

Content

Usage

  1. Import an independent app sample project into DevEco Studio for compilation, building, running, and debugging.
  2. Some samples contain multiple modules. You can compile and build a single module to generate a HAP file or compile and build the entire project to generate multiple HAP files.
  3. After HAP installation and execution, you can view the execution effect of the sample on the device and then conduct debugging.

Limitations

  1. Before installing and running the sample, check the deviceType field in the config.json file to obtain the device types supported by the sample. You can modify this field to enable the sample to run on your target device. The **config.json** file is generally stored in the **entry/src/main** directory, which may be different depending on the samples.
  2. If you want to run the app sample on OpenHarmony, configure the development environment by referring to DevEco Studio OpenHarmony User Guide.
  3. App samples that can run on standard-system or small-system devices (as stipulated in Readme) must run on OpenHarmony.