# HarmonyOS-Study **Repository Path**: cornflower10/harmony-os-study ## Basic Information - **Project Name**: HarmonyOS-Study - **Description**: 鸿蒙开发资料整理,持续更新 - **Primary Language**: TypeScript - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 1 - **Created**: 2023-11-19 - **Last Updated**: 2024-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 华为在今年9月正式公布了HarmonyOS NEXT,并且宣布不再兼容安卓应用。此前有体验者上手HarmonyOS NEXT开发者预览版的华为Mate40Pro实测已经无法安装安卓APK文件,会提示“无法打开此文件”。HarmonyOS NEXT系统底座全线自研,砍掉传统的AOSP代码,仅支持鸿蒙内核和鸿蒙系统的应用. ![](img.png) 作为程序员我们应该理性看待问题,不要纠结安卓的kotlin,java 还是苹果的object-c,swift,请关注官方放出的三个数字**7亿**,**6000w**,**120w**,再想想我们要不要学习鸿蒙开发 根据官方透露,华为鸿蒙用户总数已经突破了**7亿**,而在鸿蒙HarmonyOS 4.0发布后,目前已经升级的用户人数达到了**6000万**,且按照**120万人/天**的速度还在继续增长。 鸿蒙原生开发国内学习资料很完善,下面整理的一部分持续更新,欢迎共同学习. 鸿蒙原生开发资料整理 | 分类 | 说明 | | --- | --- | | [鸿蒙开发者官网](https://developer.huawei.com/consumer/cn/) |鸿蒙所有资料(设计,开发,文档,论坛,活动) | | [鸿蒙开发指南](https://developer.harmonyos.com/cn/docs/documentation/doc-guides-V3/start-overview-0000001478061421-V3) |开发快速入门 | | [鸿蒙开发API参考](https://developer.harmonyos.com/cn/docs/documentation/doc-references-V3/syscap-0000001408089368-V3) |ArkTS API参考, Native API参考| | [鸿蒙开发示例代码](https://developer.harmonyos.com/cn/documentation/Samples/) |控件使用,Demo等 | | [鸿蒙开发Codelabs](https://developer.harmonyos.com/cn/documentation/codelabs/) |项目 | | [鸿蒙开发Codelabs所有项目gitee地址](https://gitee.com/harmonyos/codelabs) |项目 | | [鸿蒙开发HarmonyOS 学堂](https://developer.huawei.com/consumer/cn/) |官方学习视频适合初学者从环境安装到开发一个完整的项目整套流程 | | [鸿蒙开发官方社区](https://developer.huawei.com/consumer/cn/forum/communityHome) |社区,论坛,博客,了解最新消息,活动 | | [鸿蒙开发者认证证书](https://developer.huawei.com/consumer/cn/training/dev-certification/a617e0d3bc144624864a04edb951f6c4) |鸿蒙开发者认证考试,证书 | | [华为开发者大会 2023(HDC.Together)开发者主题演讲](https://developer.huawei.com/consumer/cn/training/course/live/C101690506839580037) |活动演讲视频 | | [flutter-OpenHarmony](https://gitee.com/openharmony-sig/flutter_flutter) |基于flutter sdk对于OpenHarmony的兼容拓展,可支持使用flutter tools指令编译和构建OpenHarmony应用程序 | | [开源三方库资源汇总](https://gitee.com/openharmony-tpc/tpc_resource?_from=gitee_search) |开源三方库资源汇总官方推荐 | | [三方库](https://repo.harmonyos.com/#/cn/application/atomService?sort=downloads&page=1) |官方推荐 | | [鸿蒙开发者公众号](https://docs.qq.com/doc/DRVBBa2FNSHdOZ1Np) |一起学习鸿蒙开发交流心得,已出鸿蒙原生开发Chatgpt App系列 | 可以关注公众号“鸿蒙开发者”,有交流群,发送 “鸿蒙” 进群参与讨论。公众号会更新[《鸿蒙原生开发Chatgpt App系列》](https://mp.weixin.qq.com/s?__biz=MzkyNDUxNzgzNw==&mid=2247483746&idx=1&sn=c362f13745aabb77a6edeac3f17778b7&chksm=c1d5d5c0f6a25cd6fa6a60e8ac186efacf2496a76125494e5f6d0095920a7cdf818436c9fa80#rd)文章,技术思考,行业资讯等等. [gitee地址](https://gitee.com/cornflower10/harmony-os-study) [github地址](https://github.com/cornflower10/HarmonyOS-Study/tree/main)