Skip to main content

Hongmeng outsourcing development specifications

Requirements

**Development goal: pure Hongmeng Next, use ArkTS to complete all development tasks. **

  1. **Development cost: 200 yuan for each application. Although the unit price is not high, the total number of projects exceeds 100, and the next task can be quickly taken after completing one.

  2. Development content:

  • Imitate core functions, including 3-5 function pages.

  • Avoid single-function application design (increase the pass rate of listing).

  1. Working method:
  • You can remote work at home.

  • AI tool-assisted development is allowed, but you need to test it yourself to ensure that there are no problems before submitting it.

  1. Payment method:
  • Step-by-step payment: 2-1-1 mode
  1. Step 1: After completing most of the code, record a demonstration video and pay 100 yuan after passing the preliminary acceptance.

  2. Step 2: After submitting the complete code, pay 50 yuan after acceptance.

  3. Step 3: If there are any problems, pay the remaining 50 yuan after correcting them.

  4. Delivery deadline:

  • The deadline is December 20, 2025.

  • Acceptance can be completed on the same day and settlement can be made on the same day.

  • If the submission is overdue, the fee for each application will be reduced to 100 yuan.

  1. Get the simplest specification:
  • Android package name: For example, com.anguomob.todo. This will be written on the recruitment requirements,

  • A series of Hongmeng package names can be generated based on the Android package name,

  • For example, enter com.anguomob.todo in the following URL

  • The corresponding Hongmeng package name is com.anguomob.todo.huawei.

  • Generate Hongmeng materials based on Android package name

img.png

  1. Other requirements:
  • The functions can be freely used and do not have to be completely consistent with the Android version, but they must meet the listing standards of the Hongmeng application market (no need to actually complete the listing).

  • If you need to refer to Android applications, you can first register my APP with your mobile phone number. After providing your mobile phone number, I will open a permanent membership for you for easy reference.


Icon material acquisition

  1. First choice: Huawei HarmonyOS design official website.

  2. Alternative: Iconfont icon library:

  • Try to choose icons in SVG format.

  • Manually set the icon width and height, and the color can be adjusted according to needs.

  1. Contact me: If you can't find a suitable icon, I can provide icon materials in the Android project:
  • Note: Some SVG converted to XML formats may not be directly used in Hongmeng projects.

  • The provided PNG format can be used directly.

Storage period of personal information

Except for force majeure and user active cancellation, user personal information will be stored in the database for a long time

Third-party acquisition specifications

Network request

Use the third-party framework axios as much as possible

https://ohpm.openharmony.cn/#/cn/detail/@ohos%2Faxios

Application involves login

Brothers who have not logged in do not need to do it. Just ask me for a token. If you have done it, don't delete it. I may refer to your code in the future

Contact me to get a token

Spliced ​​under Authorization in the request header. The example is as follows. You can make all requests with a logged-in status.

This token is very important. Please do not disclose it to others, and do not share it or use it for illegal purposes, otherwise you may be held legally responsible. It is only for development and debugging!!!


--header 'Authorization: $token' \

How to obtain the interface (some tool classes require the interface, if the APP does not need the interface, please ignore it directly)

I will create a separate interface document related to you Apifox and share it with you. You can check how to use the interface. If you don't understand the interface request, you can ask me directly.