mirror of
https://github.com/openharmony/applications_contacts.git
synced 2026-06-29 22:13:21 -04:00
master
Contacts
Introduction
The Contacts application is a preset system application in OpenHarmony. The main functions include dial pad, call log view, call log batch deletion, contact list, details view, and contact creation.
Architecture diagram
The application architecture mainly combines MVP and domain-driven design ideas.
File Tree
/Contacts/
├── doc
├── entry
│ └── src
│ └── main
│ └── ets
│ └── MainAbility
│ ├── account
│ ├── call
│ ├── component
│ ├── contact
│ ├── contact
│ ├── entity
│ └── repo
│ ├── dialpad
│ ├── feature
│ |── model
│ |── pages
│ |── presenter
│ |── util
│ └── workers
│ └── app.ets
│ ├── resources
│ └── config.json
├── signs
├── LICENSE
Related Repos
Description
Languages
TypeScript
80.4%
JavaScript
13.3%
Batchfile
3.3%
Shell
3%
