• Home
Name Date Size #Lines LOC

..--

figures/12-May-2024-

public_sys-resources/12-May-2024-

Readme-EN.mdD12-May-20244.5 KiB7674

app-configuration-file.mdD12-May-20246.9 KiB5445

app-structure.mdD12-May-20245.2 KiB5441

application-configuration-file-overview-fa.mdD12-May-20243.4 KiB119101

application-configuration-file-overview-stage.mdD12-May-20241.1 KiB2610

application-package-install-uninstall.mdD12-May-2024775 139

application-package-overview.mdD12-May-20241.8 KiB199

application-package-structure-fa.mdD12-May-20241.8 KiB2411

application-package-structure-stage.mdD12-May-20244.7 KiB3320

application-package-update.mdD12-May-2024541 64

arkts-application-state-management-overview.mdD12-May-20241.4 KiB146

arkts-appstorage.mdD12-May-202411.5 KiB204110

arkts-basic-syntax-overview.mdD12-May-20242.5 KiB4117

arkts-builder.mdD12-May-20244.2 KiB13181

arkts-builderparam.mdD12-May-20245.4 KiB211160

arkts-create-custom-components.mdD12-May-202411 KiB381278

arkts-declarative-ui-description.mdD12-May-20244.5 KiB173120

arkts-environment.mdD12-May-20242.2 KiB7349

arkts-extend.mdD12-May-20243.9 KiB178137

arkts-get-started.mdD12-May-20241.9 KiB187

arkts-link.mdD12-May-20249.9 KiB187141

arkts-localstorage.mdD12-May-202419.3 KiB426278

arkts-observed-and-objectlink.mdD12-May-202414.1 KiB384277

arkts-other-state-mgmt-functions-overview.mdD12-May-2024472 104

arkts-page-custom-components-lifecycle.mdD12-May-20249.5 KiB187114

arkts-persiststorage.mdD12-May-20245.6 KiB11572

arkts-prop.mdD12-May-202414.6 KiB363249

arkts-provide-and-consume.mdD12-May-20249.8 KiB173112

arkts-rendering-control-foreach.mdD12-May-202414.4 KiB345267

arkts-rendering-control-ifelse.mdD12-May-20248.5 KiB230174

arkts-rendering-control-lazyforeach.mdD12-May-202410.9 KiB221169

arkts-rendering-control-overview.mdD12-May-2024673 52

arkts-state-management-overview.mdD12-May-20248.3 KiB12660

arkts-state.mdD12-May-20249.1 KiB262177

arkts-statestyles.mdD12-May-20242.9 KiB12990

arkts-style.mdD12-May-20243.1 KiB10579

arkts-two-way-sync.mdD12-May-20241.8 KiB4830

arkts-watch.mdD12-May-20246.2 KiB176121

atomicService.mdD12-May-20246.7 KiB219185

deveco-studio-user-guide-for-openharmony.mdD12-May-20242.4 KiB1710

deviceconfig-structure.mdD12-May-20245.6 KiB8361

full-sdk-compile-guide.mdD12-May-20241.6 KiB3015

full-sdk-switch-guide.mdD12-May-20244.7 KiB11859

har-package.mdD12-May-20246.4 KiB173159

in-app-hsp.mdD12-May-20246.5 KiB210192

module-configuration-file.mdD12-May-202444.1 KiB792646

module-structure.mdD12-May-202448.3 KiB765628

multi-hap-build-view.mdD12-May-20241.9 KiB3120

multi-hap-objective.mdD12-May-20241.8 KiB94

multi-hap-principles.mdD12-May-20241.8 KiB229

multi-hap-release-deployment.mdD12-May-20243.4 KiB6245

multi-hap-rules.mdD12-May-20241.1 KiB157

quickfix-debug.mdD12-May-20244.7 KiB9376

quickfix-principles.mdD12-May-20249.2 KiB10687

resource-categories-and-access.mdD12-May-202420.1 KiB309230

shared-guide.mdD12-May-20241.3 KiB1911

start-overview.mdD12-May-20244.1 KiB4724

start-with-ets-fa.mdD12-May-202411.3 KiB300239

start-with-ets-stage.mdD12-May-202411.1 KiB293231

start-with-js-fa.mdD12-May-20249.6 KiB238169

Readme-EN.md

1# Quick Start
2
3- Getting Started
4  - [Before You Start](start-overview.md)
5  - [Getting Started with ArkTS in Stage Model](start-with-ets-stage.md)
6  - [Getting Started with ArkTS in FA Model](start-with-ets-fa.md)
7  - [Getting Started with JavaScript in FA Model](start-with-js-fa.md)
8- Development Fundamentals
9  - Application Package Fundamentals
10    - [Application Package Overview](application-package-overview.md)
11    - Application Package Structure
12      - [Application Package Structure in Stage Model](application-package-structure-stage.md)
13      - [Application Package Structure in FA Model](application-package-structure-fa.md)
14    - Multi-HAP Mechanism
15      - [Multi-HAP Design Objectives](multi-hap-objective.md)
16      - [Multi-HAP Build View](multi-hap-build-view.md)
17      - [Multi-HAP Development, Debugging, Release, and Deployment Process](multi-hap-release-deployment.md)
18      - [Multi-HAP Usage Rules](multi-hap-rules.md)
19      - [Multi-HAP Operation Mechanism and Data Communication Modes](multi-hap-principles.md)
20    - [Application Installation and Uninstallation Process](application-package-install-uninstall.md)
21    - [Application Package Update Process](application-package-update.md)
22    - Shared Package
23      - [Shared Package Overview](shared-guide.md)
24      - [HAR](har-package.md)
25      - HSP
26        - [In-Application HSP Development](in-app-hsp.md)
27    - Quick Fix
28      - [Quick Fix Overview](quickfix-principles.md)
29      - [CLI-based Quick Fix Development](quickfix-debug.md)
30  - Application Configuration Files in Stage Model
31    - [Application Configuration File Overview (Stage Model)](application-configuration-file-overview-stage.md)
32    - [app.json5 Configuration File](app-configuration-file.md)
33    - [module.json5 Configuration File](module-configuration-file.md)
34  - Application Configuration Files in FA Model
35    - [Application Configuration File Overview (FA Model)](application-configuration-file-overview-fa.md)
36    - [Internal Structure of the app Tag](app-structure.md)
37    - [Internal Structure of deviceConfig Tag](deviceconfig-structure.md)
38    - [Internal Structure of the module Tag](module-structure.md)
39  - [Resource Categories and Access](resource-categories-and-access.md)
40- Learning ArkTS
41    - [Getting Started with ArkTS](arkts-get-started.md)
42  - Basic Syntax
43    - [Basic Syntax Overview](arkts-basic-syntax-overview.md)
44    - [Declarative UI Description](arkts-declarative-ui-description.md)
45    - Custom Component
46      - [Creating a Custom Component](arkts-create-custom-components.md)
47      - [Page and Custom Component Lifecycle](arkts-page-custom-components-lifecycle.md)
48    - [\@Builder: Custom Builder Function](arkts-builder.md)
49    - [\@BuilderParam: @Builder Function Reference](arkts-builderparam.md)
50    - [\@Styles: Definition of Resusable Styles](arkts-style.md)
51    - [\@Extend: Extension of Built-in Components](arkts-extend.md)
52    - [stateStyles: Polymorphic Style](arkts-statestyles.md)
53  - State Management
54    - [State Management Overview](arkts-state-management-overview.md)
55    - Component State Management
56      - [\@State: State Owned by Component](arkts-state.md)
57      - [\@Prop: One-Way Synchronization from Parent to Child Components](arkts-prop.md)
58      - [\@Link: Two-Way Synchronization Between Parent and Child Components](arkts-link.md)
59      - [\@Provide and \@Consume: Two-Way Synchronization with Descendant Components](arkts-provide-and-consume.md)
60      - [\@Observed and \@ObjectLink: Observing Attribute Changes in Nested Class Objects](arkts-observed-and-objectlink.md)
61    - Application State Management
62      - [Application State Management Overview](arkts-application-state-management-overview.md)
63      - [LocalStorage: UI State Storage](arkts-localstorage.md)
64      - [AppStorage: Application-wide UI State Storage](arkts-appstorage.md)
65      - [PersistentStorage: Application State Persistence](arkts-persiststorage.md)
66      - [Environment: Device Environment Query](arkts-environment.md)
67    - Other State Management Features
68      - [Overview of Other State Management Features](arkts-other-state-mgmt-functions-overview.md)
69      - [\@Watch: Getting Notified of State Variable Changes](arkts-watch.md)
70      - [$$ Syntax: Two-Way Synchronization of Built-in Components](arkts-two-way-sync.md)
71  - Rendering Control
72    - [Rendering Control Overview](arkts-rendering-control-overview.md)
73    - [if/else: Conditional Rendering](arkts-rendering-control-ifelse.md)
74    - [ForEach: Rendering of Repeated Content](arkts-rendering-control-foreach.md)
75    - [LazyForEach: Lazy Data Loading](arkts-rendering-control-lazyforeach.md)
76