ArkTS language application development introductory guide and simple case analysis

Preface

In the previous lessons, we have learned about the characteristics of the ArkTS language and its basic syntax. Now, we will officially use ArkTS for application development. This lesson will use a quick start case to familiarize everyone with the usage of development tools and introduce the basic concepts of UI.
Insert image description here

Create a project and its introduction

  1. Project Creation and Configuration
    Select Create Project. We click "Next" to enter the project information filling page. Here, we need to fill in the project name, Bundle name, project saving directory and other information. The naming format of the Bundle name is an inversion of the domain name to ensure its uniqueness, because it will become the unique identifier of the application after it is launched. Select the versions of SDK and IDDK, and then click "Finish" to create the project.
    Insert image description here

Guess you like

Origin blog.csdn.net/weixin_52908342/article/details/135258596