Huawei Hongmeng is coming, more than 400 Chinese manufacturers are going to develop Hongmeng APP

Preface

According to November data, Huawei's Hongmeng currently accounts for more than 14% of the new domestic market, while Apple's iOS's share is about 20%, and Android's is about 66%.

Compared with Huawei Hongmeng's 8% market share in January, this has increased by 75%. If it continues to develop at this rate, Hongmeng is expected to quickly surpass Apple's iOS in the domestic market and become the second largest mobile phone system in the country.

Insert image description here

However, many people say that Android doesn't care about this because Hongmeng uses the Android ecosystem and does not have its own independent ecosystem. Hongmeng cannot do without Android.

This is actually true. Now Hongmeng does mainly use the Android ecosystem. There are actually only 43 pure-blood Hongmeng APPs. According to Gong Ti, president of Huawei Terminal BG Software Department, there are currently only 43 released in the open source Hongmeng community. The version has passed the compatibility evaluation, and 43 APPs are indeed unable to support the ecosystem.

However, according to Huawei's plan, it will launch the HarmonyOS NEXT version next year, which will no longer use AOSP code, completely say goodbye to Android, and will no longer be compatible with Android APP, taking a truly independent path.

As for the Hongmeng independent ecosystem that everyone is worried about, it seems that it is not a big problem. As of now, more than 400 Chinese Internet manufacturers have stated that they have started the development of Hongmeng APP.

For example, Xiaohongshu, Alipay, Meituan, WeChat, DingTalk, Bilibili, Amap, MiHoYo, etc. These manufacturers are involved in daily shopping, travel, games, social networking, etc.

Insert image description here

Some netizens have calculated that if all Hongmeng APPs from these manufacturers are developed and can meet the needs of most people, then the HarmonyOS NEXT version can really be decoupled from Android.

The forward cycle of the operating system is very simple. The more people use it and the more users it is, the more people will develop APPs. As more people develop APPs, the ecosystem will be more complete, and more people will use them, promoting each other and ultimately forming a strong ecosystem.

Huawei's previous goal for Hongmeng was to have a market share of more than 16%, because with a market share of 16%, it can attract manufacturers to develop apps, and then it can build an ecosystem. Now it is obvious that this goal is no longer a concern.

So at this time, our development friends, the opportunity will come! ! !

As the saying goes, "Ponds need to be flooded to prevent drought, and fields should be plowed deep enough to support the family." We must take precautions before they happen, lay down the basic knowledge and learn solidly, so that when the opportunity comes, we will not be in a hurry and cram for the last minute.

Therefore, the editor hereby shares a " Hongmeng Development Learning Notes " and a learning roadmap compiled in conjunction with Hongmeng's official notes . The content includes ArkTS, ArkUI, Web development, application models, resource classification ... and other knowledge points.

[ Friends in need can scroll to the end of the article to get it for free! ! !
Insert image description here

Quick start

  • Development preparation
  • Building the first ArkTS application (Stage model)
  • Build the first ArkTS application (FA model)
  • Build the first JS application (FA model)
    Insert image description here

Development basics

  • Application package basics
  • Application configuration file (Stage model)
  • Application Profile Overview (FA Model)
    Insert image description here

Resource classification and access

  • Resource classification and access
  • Create resource directories and resource files
  • resource access
    Insert image description here

Learn ArkTs language

  • First introduction to ArkTS language
  • basic grammar
  • Status management
  • Other status management
  • Rendering controls
    Insert image description here

Based on ArkTS declarative development paradigm

  • Overview of UI development (ArkTS declarative development paradigm)
  • development layout
  • Add component
  • display image
  • Use animation
  • Support interactive events
  • Recommended methods to improve performance

Insert image description here

JS-compatible web-like development paradigm

  • Overview
  • Framework description
  • Build user interface
  • Common component development guidance
  • Motion effect development guidance
  • Custom component
    Insert image description here

Web components

  • Overview
  • Set basic properties and events
  • concurrent
  • window management
  • WebGL
  • media
  • Safety
  • Networking and Connectivity
  • phone service
  • Data management

  • Insert image description here

application model

  • Overview
  • Stage model development guidance
  • FA model development guidance
    Insert image description here
If you need a complete document, you can scan the QR code below to get it for free! ! !

Guess you like

Origin blog.csdn.net/Androiddddd/article/details/135175050