# Pedometer **Repository Path**: llince/Pedometer ## Basic Information - **Project Name**: Pedometer - **Description**: 基于计步传感器、位置服务和后台任务,实现计步器应用。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 9 - **Created**: 2024-09-21 - **Last Updated**: 2024-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple Calculator ### Introduction Based on basic components and containers, learn how to implement a calculator that supports addition, subtraction, multiplication, and division. Example: ![image](screenshots/device/pedometer.en.gif) ### Concepts - ForEach: a component that performs loop rendering based on array data. - TextInput: a single-line text box component. - Image: a component that is used to display images in applications. It supports data sources of the string, PixelMap, and Resource types and supports the PNG, JPG, BMP, SVG, and GIF formats. ### Permissions N/A ### How to Use 1. Enter an expression in the keyboard input area. 2. The expression text box displays the entered expression in real time. 3. The result output box displays the calculation result of the expression in real time. ### Constraints 1. The sample is only supported on Huawei phones with standard systems. 2. HarmonyOS: HarmonyOS NEXT Developer Beta1 or later. 3. DevEco Studio: DevEco Studio NEXT Developer Beta1 or later. 4. HarmonyOS SDK: HarmonyOS NEXT Developer Beta1 SDK or later.