Urgent.News

What's breaking now, across thousands of outlets.

Tech

Huawei launches new foldable smartphone

Huawei launched its new flagship foldable smartphone series on Monday as it seeks to defend its lead in the Chinese market for premium handsets against Apple and Xiaomi, both of which are also unveili...

Huawei launches new foldable smartphone

Huawei unveiled its new flagship foldable smartphone series, the Mate XT2, on Monday, aiming to maintain its dominance in the Chinese premium handset market against Apple and Xiaomi. These phones fold twice to form a tablet-sized display, powered by Huawei's latest Kirin 9050 Pro chip.

However, the high starting price of 19,999 yuan ($2,980) and up to 24,999 yuan ($3,725) for the top model presents a challenge, as memory costs have surged. Huawei Executive Director Richard Yu acknowledged the cost pressure during a press conference, highlighting the company's adoption of new technologies and its LogicFolding architecture as part of the Tau Scaling Law to counter US restrictions on advanced technology access.

Xiaomi plans to release a rival foldable phone later the same day, while Apple is set to introduce its latest iPhone series on Wednesday, with expectations that it too will unveil a foldable device. Huawei is the sole major brand currently selling a tri-fold phone, though it is banned from the US market due to a national security risk designation by Washington.

South Korean electronics giant Samsung launched a tri-fold phone in December but reportedly discontinued sales after three months. In July, Samsung expanded its foldable offerings with a passport-sized device. According to consulting firm IDC, Huawei holds a 22.6% share of China's smartphone market in the second quarter, surpassing Apple's 18.1%, and Xiaomi follows with 12.4%.

Written by urgent.news from Gulf Times Business's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at gulf-times.com →

More in Tech

The hashCode()-to-Array-Index Bug Almost Everyone Writes Once

"hash % capacity" looks trivial until you trace it by hand. Two separate bugs hide in that one line — and the fix for one of them has its own hole.

  • Modulo operator returns signed 32-bit integer, can be negative
  • Math.abs() fails for Integer.MINVALUE, no positive counterpart
  • Math.floorMod() ensures non-negative result for all integers

When SQL Has Nothing to Say: Understanding NULLs

NULL in SQL carry different meanings; missing value unknown value no value inapplicable data customer_id customer_name contact 101 Alice 0712345678 102 Brian NULL 103 Carol 0798765432 You shouldn't…

  • NULL in SQL signifies missing, unknown or not applicable values
  • SQL uses three-valued logic with TRUE, FALSE and UNKNOWN
  • IS NULL and IS NOT NULL functions retrieve rows with or without NULL values

Devbox: Portable and Isolated Development Environments

Introduction I am one of those people who need to have everything in its place to be able to do something. This applies, of course, when I work with a local or remote repository.

  • Devbox simplifies isolated development environments
  • Devbox generates project-specific repositories
  • Devbox offers user-friendly package management

Review Agent PRs for Silent Interface Drift

A checkout squad opened an agent pull request on Monday. The title claimed a small null-safety cleanup. The diff looked tiny in GitHub. The helper loadInvoice stopped throwing NotFoundError .

  • Agent PR changes return shape from NotFoundError to null
  • Staging converts missing invoices to HTTP 500 errors
  • Reviewers must manually inventory call sites to detect contract drift

More from Sunday 6 September →