diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..7ac6ea419c683493d1daac48cca078c064f2693d --- /dev/null +++ b/README.en.md @@ -0,0 +1,36 @@ +# Bank Wealth Management + +### Introduction + +This codelab implements a bank wealth management app based on the adaptive layout and responsive layout, achieving one-time development for multi-device deployment. + +The figure shows the effect on the mobile phone: + +![](screenshots/device/phone.en.png) + +The figure shows the effect on the foldable phone: + +![](screenshots/device/foldable.en.png) + +The figure shows the effect on the tablet: + +![](screenshots/device/pad.en.png) + +### Permissions + +N/A + +### How to Use + +1. Install and open an app on a mobile phone, foldable phone, or tablet. The responsive layout and adaptive layout are used to display different effects on the app pages over different devices. +2. Tap the image under featured fortune to go to the product details page. +3. Tap the steady growth content on the page to go to the fund details page. +4. Tap Compare button at the bottom of the fund details page to go to the fund comparison page. +5. Select a fund and tap Start Comparison on the fund details page to go to the fund comparison page. + +### Constraints + +1. The sample app is supported only on Huawei phones running the standard system. +2. HarmonyOS: HarmonyOS NEXT Developer Beta 1 or later +3. DevEco Studio: DevEco Studio NEXT Developer Beta 1 or later +4. HarmonyOS SDK: HarmonyOS NEXT Developer Beta 1 SDK or later diff --git a/screenshots/device/foldable.en.png b/screenshots/device/foldable.en.png new file mode 100644 index 0000000000000000000000000000000000000000..8d9ee5e8db0c527c576712e8034bae17d20e9d29 Binary files /dev/null and b/screenshots/device/foldable.en.png differ diff --git a/screenshots/device/pad.en.png b/screenshots/device/pad.en.png new file mode 100644 index 0000000000000000000000000000000000000000..1e91f7413ed127913f262d6c95f2769e76a08869 Binary files /dev/null and b/screenshots/device/pad.en.png differ diff --git a/screenshots/device/phone.en.png b/screenshots/device/phone.en.png new file mode 100644 index 0000000000000000000000000000000000000000..0680b71f5819afd554f33a3f2d1853dac0ee68a5 Binary files /dev/null and b/screenshots/device/phone.en.png differ