HarmonyOS — briefings & field notes

Five dated news digests and five engineering Q&A entries. Each item cites primary documentation or release artifacts (not generic placeholders).

Latest news

News

HarmonyOS NEXT developer portal highlights ArkTS, ArkUI, and DevEco Studio

Huawei’s English developer materials describe ArkTS (a TypeScript-class language), ArkUI declarative frameworks, and DevEco Studio as the primary IDE.

Read the latest API diff when bumping SDK packages.

News

Device developer documentation covers drivers, kernels, and distributed capabilities

device.harmonyos.com hosts low-level documentation complementary to consumer app guides—useful for OEM partners.

Coordinate NDA material separately from public pages.

News

HUAWEI Developers consumer site bundles SDK downloads and API references

developer.huawei.com/consumer publishes kit references for abilities, media, and connectivity services used by mobile apps.

Mirror SDK ZIPs internally with checksum verification.

News

ArkCompiler documentation explains multi-language compilation targets

ArkCompiler materials describe how high-level languages lower to unified representations across chipsets—important when tuning performance.

Profile on reference devices, not only emulators.

News

Release notes sections track kit deprecations across HarmonyOS versions

Huawei publishes release-note pages listing behavior changes; subscribe via site updates or partner newsletters.

Automate UI tests for permission dialogs each release.

Questions & answers

Q&A

How does ArkTS differ from standard TypeScript for app teams?

Official guides describe stricter static checks and UI integration; treat ArkTS as its own dialect with separate lint rules.

Share coding standards referencing Huawei samples.

Q&A

Where should I download DevEco Studio safely?

Use Huawei’s official developer download portals and verify signatures or checksums before distributing inside a corporate LAN.

Block unofficial mirrors in proxy policies.

Q&A

How do I debug distributed Ability calls across devices?

Consult the Ability framework sections in the API reference and enable structured logging with correlation IDs across hops.

Reproduce on two physical kits when possible.

Q&A

What compliance steps apply when shipping HarmonyOS apps globally?

Map GDPR/CCPA data flows separately from China compliance regimes; documentation describes data handling kits but legal review is mandatory.

Document data residency per kit usage.

Q&A

Why does my ArkUI preview differ from device rendering?

Preview tools may lag SDK releases; align DevEco Studio versions with the SDK API level pinned in module.json5.

Capture Hilog traces from hardware.