English

UITrans: Seamless UI Translation from Android to HarmonyOS

Software Engineering 2025-02-06 v3

Abstract

Seamless user interface (i.e., UI) translation has emerged as a pivotal technique for modern mobile developers, addressing the challenge of developing separate UI applications for Android and HarmonyOS platforms due to fundamental differences in layout structures and development paradigms. In this paper, we present UITrans, the first automated UI translation tool designed for Android to HarmonyOS. UITrans leverages an LLM-driven multi-agent reflective collaboration framework to convert Android XML layouts into HarmonyOS ArkUI layouts. It not only maps component-level and page-level elements to ArkUI equivalents but also handles project-level challenges, including complex layouts and interaction logic. Our evaluation of six Android applications demonstrates that our UITrans achieves translation success rates of over 90.1%, 89.3%, and 89.2% at the component, page, and project levels, respectively. UITrans is available at https://github.com/OpenSELab/UITrans and the demo video can be viewed at https://www.youtube.com/watch?v=iqKOSmCnJG0.

Cite

@article{arxiv.2412.13693,
  title  = {UITrans: Seamless UI Translation from Android to HarmonyOS},
  author = {Lina Gong and Chen Wang and Yujun Huang and Di Cui and Mingqiang Wei},
  journal= {arXiv preprint arXiv:2412.13693},
  year   = {2025}
}

Comments

5 pages

R2 v1 2026-06-28T20:40:13.665Z