• Home
Name Date Size #Lines LOC

..--

figures/12-May-2024-

public_sys-resources/12-May-2024-

Readme-EN.mdD12-May-20245 KiB8280

app-configuration-file.mdD12-May-20248.3 KiB6354

app-structure.mdD12-May-20245.5 KiB5542

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

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

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

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

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

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

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

arkts-animatable-extend.mdD12-May-20246 KiB180155

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

arkts-appstorage.mdD12-May-202419.9 KiB481346

arkts-basic-syntax-overview.mdD12-May-20242.9 KiB4821

arkts-builder.mdD12-May-20245.3 KiB198134

arkts-builderparam.mdD12-May-20246.6 KiB237182

arkts-create-custom-components.mdD12-May-202413.5 KiB413309

arkts-declarative-ui-description.mdD12-May-20245 KiB189133

arkts-environment.mdD12-May-20243.9 KiB10975

arkts-extend.mdD12-May-20244 KiB180138

arkts-get-started.mdD12-May-20243.2 KiB3012

arkts-link.mdD12-May-202415 KiB375293

arkts-localstorage.mdD12-May-202421.9 KiB493339

arkts-migration-background.mdD12-May-20246.9 KiB149107

arkts-more-cases.mdD12-May-202440.8 KiB2,3231,733

arkts-mvvm.mdD12-May-202447.2 KiB1,3671,042

arkts-observed-and-objectlink.mdD12-May-202443.2 KiB1,4741,175

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

arkts-page-custom-components-lifecycle.mdD12-May-202411 KiB234156

arkts-persiststorage.mdD12-May-20247.3 KiB13989

arkts-prop.mdD12-May-202428.5 KiB839657

arkts-provide-and-consume.mdD12-May-202412.8 KiB288216

arkts-rendering-control-foreach.mdD12-May-202426.6 KiB622493

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

arkts-rendering-control-lazyforeach.mdD12-May-202454.7 KiB1,7471,430

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

arkts-state-management-best-practices.mdD12-May-20248.2 KiB293248

arkts-state-management-overview.mdD12-May-20249 KiB13063

arkts-state.mdD12-May-202415.7 KiB524395

arkts-statestyles.mdD12-May-20243.5 KiB146106

arkts-style.mdD12-May-20243.2 KiB10881

arkts-two-way-sync.mdD12-May-20244.1 KiB7857

arkts-watch.mdD12-May-20246.2 KiB175121

atomicService-aging.mdD12-May-20244.2 KiB7852

atomicService.mdD12-May-20246.8 KiB220186

deveco-studio-user-guide-for-openharmony.mdD12-May-20241.7 KiB159

deviceconfig-structure.mdD12-May-20245.5 KiB8361

har-package.mdD12-May-202411 KiB337302

in-app-hsp.mdD12-May-202414.4 KiB420376

introduction-to-arkts.mdD12-May-202446.4 KiB1,7111,259

module-configuration-file.mdD12-May-202446.9 KiB821673

module-structure.mdD12-May-202449.4 KiB761628

multi-hap-build-view.mdD12-May-20241.8 KiB2920

multi-hap-objective.mdD12-May-20241.9 KiB2110

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

multi-hap-release-deployment.mdD12-May-20243.8 KiB6446

multi-hap-rules.mdD12-May-20241.3 KiB136

quickfix-debug.mdD12-May-20244.7 KiB9376

quickfix-principles.mdD12-May-20249.1 KiB11386

resource-categories-and-access.mdD12-May-202421.3 KiB335245

shared-guide.mdD12-May-20241.1 KiB1610

start-overview.mdD12-May-20244 KiB4825

start-with-ets-stage.mdD12-May-202411.7 KiB322248

typescript-to-arkts-migration-guide.mdD12-May-202474.2 KiB3,5372,532

Readme-EN.md

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