• Home
Name
Date
Size
#Lines
LOC

..--

figures/07-Sep-2024-

public_sys-resources/07-Sep-2024-

Readme-EN.mdD07-Sep-20245.1 KiB8179

app-configuration-file.mdD07-Sep-20248.5 KiB6354

app-structure.mdD07-Sep-20245.5 KiB5542

application-configuration-file-overview-fa.mdD07-Sep-20243.4 KiB119101

application-configuration-file-overview-stage.mdD07-Sep-20241.1 KiB2610

application-package-install-uninstall.mdD07-Sep-20241.3 KiB2413

application-package-overview.mdD07-Sep-20244.5 KiB4326

application-package-structure-fa.mdD07-Sep-20241.8 KiB2411

application-package-structure-stage.mdD07-Sep-20247.7 KiB8458

arkts-animatable-extend.mdD07-Sep-20246 KiB180155

arkts-application-state-management-overview.mdD07-Sep-20241.3 KiB146

arkts-appstorage.mdD07-Sep-202419.9 KiB481346

arkts-basic-syntax-overview.mdD07-Sep-20242.9 KiB4821

arkts-builder.mdD07-Sep-20245.3 KiB198134

arkts-builderparam.mdD07-Sep-20246.8 KiB236181

arkts-create-custom-components.mdD07-Sep-202414.1 KiB428321

arkts-custom-components-access-restrictions.mdD07-Sep-20246.2 KiB219181

arkts-custom-components-freeze.mdD07-Sep-20249.3 KiB313239

arkts-declarative-ui-description.mdD07-Sep-20245 KiB189133

arkts-environment.mdD07-Sep-20243.9 KiB10975

arkts-extend.mdD07-Sep-20243.9 KiB182140

arkts-get-started.mdD07-Sep-20243.2 KiB3012

arkts-link.mdD07-Sep-202419.6 KiB541429

arkts-localstorage.mdD07-Sep-202421.9 KiB493339

arkts-migration-background.mdD07-Sep-20246.9 KiB149107

arkts-more-cases.mdD07-Sep-202442 KiB2,3901,783

arkts-mvvm.mdD07-Sep-202447.2 KiB1,3671,042

arkts-observed-and-objectlink.mdD07-Sep-202449.1 KiB1,7181,374

arkts-other-state-mgmt-functions-overview.mdD07-Sep-2024482 104

arkts-page-custom-components-lifecycle.mdD07-Sep-202411.1 KiB234156

arkts-persiststorage.mdD07-Sep-20247.3 KiB13989

arkts-prop.mdD07-Sep-202433.7 KiB1,023809

arkts-provide-and-consume.mdD07-Sep-202421.4 KiB538421

arkts-rendering-control-foreach.mdD07-Sep-202426.6 KiB622493

arkts-rendering-control-ifelse.mdD07-Sep-20248.4 KiB230174

arkts-rendering-control-lazyforeach.mdD07-Sep-202460.6 KiB1,9651,611

arkts-rendering-control-overview.mdD07-Sep-2024668 52

arkts-require.mdD07-Sep-20243.2 KiB125102

arkts-state-management-best-practices.mdD07-Sep-20248.4 KiB294249

arkts-state-management-overview.mdD07-Sep-20249 KiB13063

arkts-state.mdD07-Sep-202419.4 KiB648499

arkts-statestyles.mdD07-Sep-20243.5 KiB146106

arkts-style.mdD07-Sep-20243.2 KiB10982

arkts-track.mdD07-Sep-20245.3 KiB181138

arkts-two-way-sync.mdD07-Sep-20244.4 KiB7857

arkts-watch.mdD07-Sep-20246.2 KiB175121

arkts-wrapBuilder.mdD07-Sep-20243.4 KiB155111

deveco-studio-user-guide-for-openharmony.mdD07-Sep-20241.7 KiB159

deviceconfig-structure.mdD07-Sep-20245.5 KiB8361

hap-package.mdD07-Sep-20245 KiB9056

har-package.mdD07-Sep-202411.6 KiB338297

in-app-hsp.mdD07-Sep-202415.4 KiB439385

introduction-to-arkts.mdD07-Sep-202447.5 KiB1,7561,291

module-configuration-file.mdD07-Sep-202450.6 KiB902742

module-structure.mdD07-Sep-202449.4 KiB761628

properly-use-state-management-to-develope.mdD07-Sep-202442.8 KiB1,3391,198

resource-categories-and-access.mdD07-Sep-202422.1 KiB339246

start-overview.mdD07-Sep-20244 KiB4824

start-with-ets-stage.mdD07-Sep-202411.4 KiB314243

typescript-to-arkts-migration-guide.mdD07-Sep-202473.9 KiB3,5052,514

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    - Application Package Development and Usage
13      - [HAP](hap-package.md)
14      - [HAR](har-package.md)
15      - [HSP](in-app-hsp.md)
16    - [Application Package Installation, Uninstall, and Update](application-package-install-uninstall.md)
17    - Quick Fix
18      - [Quick Fix Overview](quickfix-principles.md)
19      - [CLI-based Quick Fix Development](quickfix-debug.md)
20  - Application Configuration Files in Stage Model
21    - [Overview of Application Configuration Files in Stage Model](application-configuration-file-overview-stage.md)
22    - [app.json5 Configuration File](app-configuration-file.md)
23    - [module.json5 Configuration File](module-configuration-file.md)
24  - Application Configuration Files in FA Model
25    - [Overview of Application Configuration Files in FA Model](application-configuration-file-overview-fa.md)
26    - [Structure of the app Tag](app-structure.md)
27    - [Structure of the deviceConfig Tag](deviceconfig-structure.md)
28    - [Structure of the module Tag](module-structure.md)
29- [Resource Categories and Access](resource-categories-and-access.md)
30- Learning ArkTS
31  - [Getting Started with ArkTS](arkts-get-started.md)
32  - [Introduction to ArkTS](introduction-to-arkts.md)
33  - TypeScript to ArkTS Migration Guide
34    - [ArkTS Migration Background](arkts-migration-background.md)
35    - [TypeScript to ArkTS Cookbook](typescript-to-arkts-migration-guide.md)
36    - [Adaptation Cases](arkts-more-cases.md)
37  - UI Paradigms
38    - Basic Syntax
39      - [Basic Syntax Overview](arkts-basic-syntax-overview.md)
40      - [Declarative UI Description](arkts-declarative-ui-description.md)
41      - CustomComponent
42        - [Creating a Custom Component](arkts-create-custom-components.md)
43        - [Page and Custom Component Lifecycle](arkts-page-custom-components-lifecycle.md)
44        - [Freezing a Custom Component](arkts-custom-components-freeze.md)
45        - [Constraints on Access Modifiers of Custom Component Member Variables](arkts-custom-components-access-restrictions.md)
46      - [\@Builder Decorator: Custom Builder Function](arkts-builder.md)
47      - [\@BuilderParam Decorator: @Builder Function Reference](arkts-builderparam.md)
48      - [wrapBuilder: Encapsulating a Global @Builder](arkts-wrapBuilder.md)
49      - [\@Styles Decorator: Definition of Reusable Styles](arkts-style.md)
50      - [\@Extend Decorator: Extension of Built-in Components](arkts-extend.md)
51      - [stateStyles: Polymorphic Style](arkts-statestyles.md)
52      - [\@AnimatableExtend Decorator: Definition of Animatable Attributes](arkts-animatable-extend.md)
53      - [\@Require Decorator: Validating Constructor Input Parameters](arkts-require.md)
54    - State Management
55      - [State Management Overview](arkts-state-management-overview.md)
56      - Component State Management
57        - [\@State Decorator: State Owned by Component](arkts-state.md)
58        - [\@Prop Decorator: One-Way Synchronization from the Parent Component to Child Components](arkts-prop.md)
59        - [\@Link Decorator: Two-Way Synchronization Between Parent and Child Components](arkts-link.md)
60        - [\@Provide and \@Consume Decorators: Two-Way Synchronization with Descendant Components](arkts-provide-and-consume.md)
61        - [\@Observed and \@ObjectLink Decorators: Observing Attribute Changes in Nested Class Objects](arkts-observed-and-objectlink.md)
62      - Application State Management
63        - [Application State Management Overview](arkts-application-state-management-overview.md)
64        - [LocalStorage: UI State Storage](arkts-localstorage.md)
65        - [AppStorage: Application-wide UI State Storage](arkts-appstorage.md)
66        - [PersistentStorage: Application State Persistence](arkts-persiststorage.md)
67        - [Environment: Device Environment Query](arkts-environment.md)
68      - Other State Management Features
69        - [Overview of Other State Management Features](arkts-other-state-mgmt-functions-overview.md)
70        - [\@Watch Decorator: Getting Notified of State Variable Changes](arkts-watch.md)
71        - [$$ Syntax: Two-Way Synchronization of Built-in Components](arkts-two-way-sync.md)
72        - [\@Track Decorator: Class Object Property-level Update](arkts-track.md)
73      - [MVVM](arkts-mvvm.md)
74      - [Best Practices for State Management](arkts-state-management-best-practices.md)
75      - [Proper Use of State Management](properly-use-state-management-to-develope.md)
76    - Rendering Control
77      - [Rendering Control Overview](arkts-rendering-control-overview.md)
78      - [if/else: Conditional Rendering](arkts-rendering-control-ifelse.md)
79      - [ForEach: Rendering of Repeated Content](arkts-rendering-control-foreach.md)
80      - [LazyForEach: Lazy Data Loading](arkts-rendering-control-lazyforeach.md)
81