1 Star 0 Fork 150

wanggang / applications_launcher

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.66 KB
一键复制 编辑 原始数据 按行查看 历史
赵志强 提交于 2021-07-14 11:49 . sync launcher code

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

1
https://gitee.com/pomelo036/applications_launcher.git
git@gitee.com:pomelo036/applications_launcher.git
pomelo036
applications_launcher
applications_launcher
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891