application-dev-guide-for-gitee.md 3.4 KB
Newer Older
E
ester.zhou 已提交
1 2 3 4 5 6 7 8
# Application Development Overview

The application development documents provide reference for you to develop applications using the APIs provided by OpenHarmony. They walk you through how to use JavaScript APIs to develop applications on the standard system.

The documents are carefully organized as follows:

### Getting Started

E
ester.zhou 已提交
9
[Here](quick-start/Readme-EN.md) you'll learn how to quickly get started with OpenHarmony application development.
E
ester.zhou 已提交
10

E
ester.zhou 已提交
11
Browse the documents on the instructions for quickly building your first application and the basics about OpenHarmony applications.
E
ester.zhou 已提交
12

E
ester.zhou 已提交
13
Check out the development fundamentals, which comprise descriptions of the package structure configuration file for OpenHarmony applications and the instructions for use of resource files.
E
ester.zhou 已提交
14 15 16 17 18 19 20 21 22 23 24 25 26

### Development

To facilitate your application development, we provide development guidelines for key features.

First thing first, familiarize yourself with the two cornerstone frameworks in OpenHarmony applications:

- Application framework: [Ability Development](ability/Readme-EN.md)
- UI framework: [UI Development](ui/Readme-EN.md)

All applications should be developed on top of these frameworks.

Then, equip yourself for developing the key features, with the following guidelines:
Z
zengyawen 已提交
27
- [Common Event and Notification](notification/Readme-EN.md)
E
ester.zhou 已提交
28 29 30 31 32
- [Window Manager](windowmanager/Readme-EN.md)
- [WebGL](webgl/Readme-EN.md)
- [Media](media/Readme-EN.md)
- [Security](security/Readme-EN.md)
- [Connectivity](connectivity/Readme-EN.md)
Z
zengyawen 已提交
33
- [Telephony](telephony/Readme-EN.md)
E
ester.zhou 已提交
34
- [Data Management](database/Readme-EN.md)
Z
zengyawen 已提交
35
- [Task Management](task-management/Readme-EN.md)
E
ester.zhou 已提交
36 37 38
- [Device Management](device/Readme-EN.md)
- [Device Usage Statistics](device-usage-statistics/Readme-EN.md)
- [DFX](dfx/Readme-EN.md)
H
HelloCrease 已提交
39
- [Internationalization](internationalization/Readme-EN.md)
Z
zengyawen 已提交
40 41
- [IDL Specifications and User Guide](IDL/idl-guidelines.md)
- [Using Native APIs in Application Projects](napi/Readme-EN.md)
E
ester.zhou 已提交
42 43 44 45 46 47 48 49

### Tools

DevEco Studio is a high-performance integrated development environment (IDE) recommended for developing OpenHarmony applications.
[Here](https://developer.harmonyos.com/en/docs/documentation/doc-guides/ohos-deveco-studio-overview-0000001263280421) you can learn everything about DevEco Studio, including how to use this tool to create a project and sign, debug, and run an application.

### Hands-On Tutorials

G
Gloria 已提交
50
To make you better understand how functions work together and jumpstart your application development projects, we provide stripped-down, real-world [samples](https://gitee.com/openharmony/applications_app_samples/blob/master/README.md) and [codelabs](https://gitee.com/openharmony/codelabs).
E
ester.zhou 已提交
51 52 53 54 55 56

### API References

API references encompass all components and APIs available in OpenHarmony, helping you use and integrate APIs more effectively.

They are organized as follows:
H
HelloCrease 已提交
57 58 59

- [Component Reference (TypeScript-based Declarative Development Paradigm)](reference/arkui-ts/Readme-EN.md)

E
ester.zhou 已提交
60
-   [Component Reference (JavaScript-based Web-like Development Paradigm)](reference/arkui-js/Readme-EN.md)
E
ester.zhou 已提交
61
-   APIs
W
wusongqing 已提交
62
    -   [JS and TS APIs](reference/apis/Readme-EN.md)
E
ester.zhou 已提交
63 64 65
    -   Native APIs
        -   [Standard Library](reference/native-lib/third_party_libc/musl.md)
        -   [Node_API](reference/native-lib/third_party_napi/napi.md)
E
ester.zhou 已提交
66 67 68 69 70


### Readme

For details about the principles and basic information of each subsystem, see the README file in [docs/en/readme](../readme).