diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..637ef36fd142147fbb843ae79c4b63130a3aa865 --- /dev/null +++ b/README.en.md @@ -0,0 +1,42 @@ +# Image Beautification + +### Introduction + +Learn to implement an image beautification app based on the adaptive layout and responsive layout, achieving one-time development for multi-device deployment. + +#### Description + +This codelab implements an image beautification app based on the adaptive layout and responsive layout, achieving one-time development for multi-device deployment. It uses the three-layer project architecture for code reuse and tailors the pages to different device sizes such as mobile phones, foldable phones, and 2-in-1 devices. +The following figure shows the effect on the mobile phone. + +![](screenshots/device/phone_en.png) + +The following figure shows the effect on the foldable phone in unfolded state. + +![](screenshots/device/foldable_en.png) + +The following figure shows the effect of the tablet and 2-in-1 device. + +![](screenshots/device/pad_en.png) + +#### Concepts + +- One-time development for multi-device deployment: It enables you to develop and release one set of project code for deployment on multiple devices as demanded. This feature enables you to efficiently develop applications that are compatible with multiple devices while providing distributed user experiences for cross-device transferring, migration, and collaboration. +- Area change event: It is triggered when the component's size, position, or any other attribute that may affect its display area changes. +- PinchGesture: It is used to trigger a pinch gesture, which requires two to five fingers with a minimum 5 vp distance between the fingers. + +#### Permissions + +N/A. + +#### How to Use + +- Install and open an app on a mobile phone, foldable phone, tablet, or 2-in-1 device. The responsive layout and adaptive layout are used to display different effects on the app pages over different devices. +- Tap the edit or album icon to access the photo editing page or album page. + +#### Constraints + +1. The sample is only supported on Huawei phones with standard systems. +2. HarmonyOS: HarmonyOS 5.0.0 Release or later. +3. DevEco Studio: DevEco Studio 5.0.0 Release or later. +4. HarmonyOS SDK: HarmonyOS 5.0.0 Release SDK or later. diff --git a/README.md b/README.md index 0641e527622f2ef6f715a5c7e1a26098a6055bb0..23df9c8c27ed469b8080f33104524605eea4e7da 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 一多开发实例-图片美化 +# 一次开发,多端部署-图片美化 ### 简介 @@ -37,6 +37,6 @@ #### 约束与限制 1. 本示例仅支持标准系统上运行,支持设备:华为手机。 -2. HarmonyOS系统:HarmonyOS NEXT Developer Beta1及以上。 -3. DevEco Studio版本:DevEco Studio NEXT Developer Beta1及以上。 -4. HarmonyOS SDK版本:HarmonyOS NEXT Developer Beta1 SDK及以上。 \ No newline at end of file +2. HarmonyOS系统:HarmonyOS 5.0.0 Release及以上。 +3. DevEco Studio版本:DevEco Studio 5.0.0 Release及以上。 +4. HarmonyOS SDK版本:HarmonyOS 5.0.0 Release SDK及以上。 \ No newline at end of file