openharmony_ci 6be5a44abb !184 代码整改
Merge pull request !184 from 范飞/master
2025-09-08 09:05:13 +00:00
2023-05-29 16:14:32 +08:00
2022-06-07 09:48:13 +00:00
2025-02-28 11:41:47 +08:00
2023-05-29 16:14:32 +08:00
2022-11-21 19:39:06 +08:00
2025-07-23 02:31:51 +00:00
2023-12-08 11:27:04 +08:00
2023-09-26 19:49:51 +08:00
2023-09-26 19:49:51 +08:00
2022-03-17 12:45:03 +08:00
2025-02-28 11:41:47 +08:00
2023-04-20 11:10:52 +08:00
2022-06-07 09:55:19 +00:00

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

image-20220222110725915

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

applications_mms

applications_contactsdata

applications_call

S
Description
暂无描述
Readme 8.1 MiB
Languages
TypeScript 80.4%
JavaScript 13.3%
Batchfile 3.3%
Shell 3%