# HarmonyOS开发课程 **Repository Path**: scworld17/harmonyos-development-course ## Basic Information - **Project Name**: HarmonyOS开发课程 - **Description**: 本课程旨在为学生提供一门全面的基于HarmonyOS的移动应用开发课程,将理论与实践有机结合,培养学生在新兴移动应用领域的技能和创新能力。通过丰富的教学资源和实际项目实践,学生将掌握HarmonyOS的架构、开发语言,以及应用程序设计和实现的关键技能。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 41 - **Created**: 2023-09-12 - **Last Updated**: 2023-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YiLianChat App(ArkTS) 最后更新于:2023-12-31 ## 一、简介 应用名称:易联(YiLianChat) 本篇Codelab基于ArkTS声明式语法和ArkTS基础组件,实现类微信消息应用。效果图如下: ## 二、使用说明 1. xxxx ## 三、功能介绍 ### 3.1 登录界面 ![](screenshots/登录界面231231.jpg) ### 3.2 消息界面 ![](screenshots/消息界面231231.jpg) ### 3.3 通讯录界面 效果图 ![](screenshots/通讯录(更新于2023-10-27).jpg) ### 3.4 发现界面 ![](screenshots/发现界面231231.jpg) ### 3.5 我的界面 ![](screenshots/我的界面new-231231.jpg) ## 相关概念 - [ArkTS语法](https://developer.harmonyos.com/cn/docs/documentation/doc-guides-V3/arkts-get-started-0000001504769321-V3?catalogVersion=V3): ArkTS是HarmonyOS的主要应用开发语言。ArkTS基于TypeScript(简称TS)语言扩展而来,是TS的超集。 - [Text组件](https://developer.harmonyos.com/cn/docs/documentation/doc-references-V3/ts-basic-components-text-0000001477981201-V3?catalogVersion=V3): 显示一段文本的组件。 - [Column组件](https://developer.harmonyos.com/cn/docs/documentation/doc-references-V3/ts-container-column-0000001478341157-V3?catalogVersion=V3): 沿垂直方向布局的容器。 - [Row组件](https://developer.harmonyos.com/cn/docs/documentation/doc-references-V3/ts-container-row-0000001478061717-V3?catalogVersion=V3): 沿水平方向布局的容器。 ## 相关权限 不涉及 ## 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机或运行在DevEco Studio上的华为手机设备模拟器。 2. 本示例为Stage模型,支持API version 9及以上版本SDK。 3. 本示例需要使用DevEco Studio 3.1 Release及以上版本进行编译运行。