Why should major manufacturers adapt to Hongmeng? Is Hongmeng worth learning?

Why should major manufacturers adapt to Hongmeng?

I saw this question on Maimai today, and a lot of people replied below saying that they are not patriotic if they are not suitable.

But if we think about it carefully, will these big factory capitalists really be affected by these "unpatriotic" public opinions?

The public relations of these major manufacturers can spend money to direct public opinion to other places in minutes. Otherwise, why are there so many people slandering Huawei on the Internet?
Insert image description here

Profit always comes first

Everything is driven by interests. As long as Huawei still has a large market share, it will have interests that drive its bosses to make money.

Be aware that Hongmeng has been updated to the NEXT version, which can support more device types and scenarios, includingcars, smart homes, offices, and education wait.

You don’t need to just see Huawei mobile phones. Huawei is a technology company and its patents are among the best in the world.

Turning off a mobile phone can bring such huge profits, and Huawei's other products are also rapidly becoming popular.

Think about it

Huawei mobile phones have a large market share, so if the app company wants to make money from these people, their apps must be on Huawei phones, and if they want to be on their apps, they must be written using Hongmeng.

Moreover, Huawei mobile phones are only part of Huawei's business.

In short, as long as Huawei has a market and can make money, someone will adapt.

And as Hongmeng continues to upgrade and Huawei's various products occupy an increasing share of the market, these major manufacturers will be more active in supporting Hongmeng.

As for whether Hongmeng is worth learning, needless to say, now is the best time to learn.

So how to learn Hongmeng

The best time to plant a tree was ten years ago, followed by now. Considering that there are no systematic introductory materials on the market, I compiled a "Hongmeng Zero Basics Beginner's Study Guide", hoping to help those who want to learn Hongmeng, but is there anyone in the direction who can provide a little help? This document is suitable for beginners in HarmonyOS application development (due to the excessive content of the document, in order to avoid affecting everyone’s reading experience, only part of the content is shown in screenshots. There is a free way to obtain the detailed full version at the end of the article!)

"Hongmeng Zero Basics Beginner's Study Guide"

Table of contents

Insert image description here

1. Quick Start

Suitable for beginners in HarmonyOS application development. By building a simple application with page jump/return function, you can quickly understand the main files of the project directory and become familiar with the HarmonyOS application development process.

  • Development preparation
    • basic concept
    • Tool 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

2. Development of basic knowledge

  • Application package basics
    • Application package overview
    • Application package structure
    • Application package multi-HAP mechanism
    • Application package installation and uninstallation process
    • Application package update process
    • Shared package
    • Application package quick fix
  • Application configuration file (Stage model)
    • Application Profile Overview (Stage Model)
    • app.json5 configuration file
    • module.json5 configuration file
  • Application Profile Overview (FA Model)
    • Application Profile Overview (FA Model)
    • app object internal structure
    • deviceConfig internal structure
    • module object internal structure

Insert image description here

3. Resource classification and access

During application development, resources such as colors, fonts, spacing, and pictures are often used. The values ​​of these resources may be different in different devices or configurations.

  • Resource classification and access
    • Resource classification
    • Resource directory
    • Resource group directory
  • Create resource directories and resource files
    • Create resource directories and resource files
    • Create resource directory
    • Create resource files
  • resource access
    • Application resources
    • system resource
    • Resource matching
      Insert image description here

4. Learn ArkTs language

ArkTS is the preferred main application development language of HarmonyOS. ArkTS has further expanded on the TypeScript (referred to as TS) ecosystem around application development. It inherits all the features of TS and is a superset of TS. Therefore, before learning the ArkTS language, it is recommended that developers have TS language development capabilities.

  • First introduction to ArkTS language
  • basic grammar
    • Basic syntax overview
    • Declarative UI description
    • Custom component
  • Status management
  • Other status management
    • Additional state management overview
    • @Watch decorator: state variable change notification
    • $$ syntax: two-way synchronization of built-in components
  • Rendering controls
    • Rendering controls overview
    • if/else: conditional rendering
    • ForEach: Loop rendering
    • LazyForEach: Lazy loading of data

Insert image description here

Scan the QR code below to get free "Hongmeng 5.0 Zero Basics Beginner's Study Guide"

Guess you like

Origin blog.csdn.net/Android23333/article/details/134970478