• Home
Name Date Size #Lines LOC

..--

figures/12-May-2024-

public_sys-resources/12-May-2024-

Readme-EN.mdD12-May-20245.1 KiB8381

app-configuration-file.mdD12-May-20247.9 KiB6051

app-structure.mdD12-May-20245.5 KiB5542

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-animatable-extend.mdD12-May-20246 KiB180155

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

arkts-appstorage.mdD12-May-202418.7 KiB469337

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

arkts-builder.mdD12-May-20244.2 KiB14088

arkts-builderparam.mdD12-May-20246.3 KiB240184

arkts-create-custom-components.mdD12-May-202410.2 KiB357260

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

arkts-environment.mdD12-May-20242.9 KiB9867

arkts-extend.mdD12-May-20243.9 KiB178137

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

arkts-link.mdD12-May-202411.6 KiB244191

arkts-localstorage.mdD12-May-202420.3 KiB440291

arkts-migration-background.mdD12-May-20247.2 KiB189153

arkts-mvvm.mdD12-May-202447.5 KiB1,3331,012

arkts-observed-and-objectlink.mdD12-May-202416.8 KiB473352

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

arkts-page-custom-components-lifecycle.mdD12-May-20249.6 KiB189115

arkts-persiststorage.mdD12-May-20246.1 KiB11673

arkts-prop.mdD12-May-202423.4 KiB635484

arkts-provide-and-consume.mdD12-May-202411.6 KiB229162

arkts-rendering-control-best-practices.mdD12-May-20244.9 KiB11183

arkts-rendering-control-foreach.mdD12-May-202414.9 KiB360282

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

arkts-rendering-control-lazyforeach.mdD12-May-202412.4 KiB231178

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

arkts-state-management-best-practices.mdD12-May-202439.5 KiB1,4541,201

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

arkts-state.mdD12-May-202410.8 KiB310223

arkts-statestyles.mdD12-May-20242.9 KiB13191

arkts-style.mdD12-May-20243.1 KiB10579

arkts-two-way-sync.mdD12-May-20244 KiB7455

arkts-watch.mdD12-May-20246.3 KiB175121

atomicService-aging.mdD12-May-20244.2 KiB7852

atomicService.mdD12-May-20246.8 KiB220186

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

deviceconfig-structure.mdD12-May-20245.6 KiB8361

har-package.mdD12-May-20247.7 KiB216196

in-app-hsp.mdD12-May-20249 KiB249223

introduction-to-arkts.mdD12-May-202446.9 KiB1,7391,280

module-configuration-file.mdD12-May-202446 KiB772638

module-structure.mdD12-May-202449.2 KiB757624

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.8 KiB6446

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-202421.1 KiB315235

shared-guide.mdD12-May-20241.3 KiB1911

start-overview.mdD12-May-20244 KiB4824

start-with-ets-stage.mdD12-May-202416.5 KiB396288

typescript-to-arkts-migration-guide.mdD12-May-202477.2 KiB3,7322,697

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 Process](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 Uninstallation Process](application-package-install-uninstall.md)
19    - [Application Package Update Process](application-package-update.md)
20    - Shared Package
21      - [Shared Package Overview](shared-guide.md)
22      - [HAR](har-package.md)
23      - HSP
24        - [In-Application HSP Development](in-app-hsp.md)
25    - Quick Fix
26      - [Quick Fix Overview](quickfix-principles.md)
27      - [CLI-based Quick Fix Development](quickfix-debug.md)
28  - Application Configuration Files in Stage Model
29    - [Application Configuration File Overview (Stage Model)](application-configuration-file-overview-stage.md)
30    - [app.json5 Configuration File](app-configuration-file.md)
31    - [module.json5 Configuration File](module-configuration-file.md)
32  - Application Configuration Files in FA Model
33    - [Application Configuration File Overview (FA Model)](application-configuration-file-overview-fa.md)
34    - [Internal Structure of the app Tag](app-structure.md)
35    - [Internal Structure of the deviceConfig Tag](deviceconfig-structure.md)
36    - [Internal Structure of the module Tag](module-structure.md)
37  - [Resource Categories and Access](resource-categories-and-access.md)
38- Learning ArkTS
39  - [Getting Started with ArkTS](arkts-get-started.md)
40  - [Introduction to ArkTS](introduction-to-arkts.md)
41  - TypeScript to ArkTS Migration Guide
42    - [ArkTS Migration Background](arkts-migration-background.md)
43    - [TypeScript to ArkTS Cookbook](typescript-to-arkts-migration-guide.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      - [Best Practices for Rendering Control](arkts-rendering-control-best-practices.md)
83