diff --git a/en/application-dev/application-dev-guide.md b/en/application-dev/application-dev-guide.md new file mode 100644 index 0000000000000000000000000000000000000000..c55bda23ad531c936af36316a0830f6be7018e07 --- /dev/null +++ b/en/application-dev/application-dev-guide.md @@ -0,0 +1,10 @@ +# App Development Overview + +This document provides guidance on how to develop apps through the JS APIs provided by OpenHarmony on the standard system. + +To get a glimpse of the basic methods for developing apps, see [Quick Start](quick-start/Readme-EN.md). For details about the API list and references, see [JS Reference](js-reference/Readme-EN.md). + +To better understand frequently-used modules, see the development guidelines for [UI](ui/Readme-EN.md), [media](media/Readme-EN.md), and [networks and connectivity](connectivity/Readme-EN.md). + +For details about the principles and basic information of each subsystem, see the related README file in **docs/en/readme**. +