Go to file
openharmony_ci 45d6319fc6 !9 [Launcher]Split bottomBar and optimize UX
Merge pull request !9 from 朱保朋/master
2021-07-27 02:13:58 +00:00
figures update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
launcher [Launcher]Split bottomBar and optimize UX 2021-07-26 18:04:30 +08:00
recents sync launcher code 2021-07-14 15:20:12 +08:00
settings [Launcher]Split bottomBar and optimize UX 2021-07-26 18:04:30 +08:00
signature update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
.gitattributes sync launcher code 2021-07-14 15:20:12 +08:00
build.gradle update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
gradle.properties update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
gradlew update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
gradlew.bat update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
local.properties update OpenHarmony 2.0 Canary 2021-06-02 00:03:09 +08:00
OAT.xml [Launcher] fix the bug about uninstall apps and update OAT.xml 2021-07-24 16:36:49 +08:00
README_zh.md sync launcher code 2021-07-14 15:20:12 +08:00
README.md sync launcher code 2021-07-14 15:20:12 +08:00
settings.gradle sync launcher code 2021-07-14 15:20:12 +08:00

Launcher

Introduction

The home screen launcher provides a main entry to human-machine interactions. It displays app icons for users to start or uninstall the apps, and allows users to set the home screen layout and manage recent tasks.

Architecture

Directory Structure

/applications/standard/launcher/
├── figures                  # Architecture figures
├── launcher                 # Main ability of the home screen, which provides the functions of displaying app icons, starting and uninstalling apps, and setting the home screen layout.
│   └── src
│       └── main
│           ├── config.json  # Global configuration files
│           ├── js           # JavaScript code
│           └── resources    # Resource configuration files
├── recents                  # Ability for managing recent tasks
│   └── src
│       └── main
│           ├── config.json  # Global configuration files
│           ├── js           # JavaScript code
│           └── resources    # Resource configuration files
├── signature                # Certificate files
├── LICENSE                  # License files

Repositories Involved

System apps

applications_standard_launcher