# samples **Repository Path**: arkui-x_recycle/samples ## Basic Information - **Project Name**: samples - **Description**: Cross-platform use cases of ArkUI-X | ArkUI-X跨平台应用示例 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2023-08-02 - **Last Updated**: 2024-12-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ArkUI-X App Samples ## Welcome Thank you for following the ArkUI-X project. Your contribution to this project will be highly appreciated. If you want to submit code samples or demos, go to the [Samples](https://gitee.com/arkui-x/samples) repository. Thank you again for your support. ### Introduction This repository provides a series of app samples to help you quickly learn the APIs and development process of the ArkUI-X project. Each app sample is an independent cross-platform application project. By using the code editor or [CLI](https://gitee.com/arkui-x/cli) development tool to browse code, build projects, and install and run app samples, you'll be able to familiarize yourself with the ArkUI cross-platform application development process. ### App Samples - Basic app: - ['HelloWorld': HelloWorld (API8)](HelloWorld) - Featured apps: - ['Shopping': Shopping App (API8)](Shopping) - ['HealthyDiet': Healthy Diet App (API8)](HealthyDiet) ## Directory Structure ``` samples |---HelloWorld # HelloWorld |---Shopping # Shopping app |---HealthyDiet # Healthy diet app ``` ## Constraints When contributing an app sample, make sure that it meets the project structure requirements of ArkUI-X Command Line Tools, as well as the application project build and packaging requirements, such as package signing, of the OS platform. ## How to Use 1. Run [Repo](https://gitee.com/arkui-x/manifest/blob/master/README-EN.md) commands to download all repositories of the ArkUI-X project or download the desired app samples. 2. Go to the directory that houses the desired sample, for example, **HelloWorld**, and run the [CLI](https://gitee.com/arkui-x/cli) commands to build a cross-platform application. 3. Install and run the application. In this way, you can view the effect on devices running different OS platforms. ## Release Notes Available at: [releasenote](https://gitee.com/arkui-x/docs/blob/master/en/release-notes/ArkUI-X-v0.1.0-beta.md) ## Repositories Involved 1. [Samples](https://gitee.com/arkui-x/samples) 2. [CLI](https://gitee.com/arkui-x/cli)