Overview
Before You Begin
Make sure you have gone through the Environment Setup Guide.
In this tutorial, you will create your first Eclipse Oniro application from DevEco Studio's Empty Ability template and configure it for OpenHarmony.
Prerequisites
- DevEco Studio 6.1.0 or later with the OpenHarmony 6.1 (API 23) SDK installed. If you target another system version, install its matching SDK instead.
What You Will Learn
-
Project Structure: Understand top-level project layout and several important files and directories.
-
Build UI Components: Add Text and Button components to display messages and handle user interactions.
-
Implement Page Navigation: Use the router module to enable redirection between pages with transition effects.
What You Will Build
- An application with two pages that support mutual navigation.