当前位置:网站首页>Recommend a Hongmeng instant messaging software "fruit chat", which is a bit awesome!!
Recommend a Hongmeng instant messaging software "fruit chat", which is a bit awesome!!
2022-07-28 00:54:00 【InfoQ】
1、 Preface
2、 Implemented functions
1. Chat interface
- Message list
- Chat window
2. Contact interface
- The friends list
- Friends information
3. Discover the interface
- circle
4. My interface
- Personal information
5. Chat interface
- Chat input box
- Chat keyboard
3. Preview page
Flash page

The login page

Registration page

Chat page

Contact page

Discovery page

I

Set up

Friend information

author

About

Circle page

Chat page

4. Directory structure
├── app.ets
├── common
│ ├── appBar.ets
│ ├── bottomTabs.ets
│ ├── messageBottom.ets
│ ├── moreLayout.ets
│ ├── optionItem.ets
│ └── utils
├── listitem
│ ├── ContactListItem.ets
│ ├── MessageListItem.ets
│ ├── MomentListItem.ets
│ └── SessionListItem.ets
├── model
│ ├── ContactModel.ets
│ ├── SessionModel.ets
│ ├── SystemModel.ets
│ └── data
│ ├── ContactData.ets
│ ├── MessageData.ets
│ ├── MomentData.ets
│ └── SessionData.ets
├── pages
│ ├── About.ets
│ ├── Login.ets
│ ├── Main.ets
│ ├── Message.ets
│ ├── Moments.ets
│ ├── QrCode.ets
│ ├── Register.ets
│ ├── Setting.ets
│ ├── UserInfo.ets
│ └── splash.ets
└── tabcontent
├── ContactTabContent.ets
├── DiscoveryTabContent.ets
├── MeTabContent.ets
└── SessionTabContent.ets
5. Follow up planning
- Increase expression
- Circle dynamics
- Chat interface
- Membership Center
- internationalization
- multiple-topic
Installation and deployment
1. Code compilation and running steps
Reference material
- OpenHarmony be based on TS Extended declarative development paradigm
- OpenHarmony Application interface
边栏推荐
- 592. Fraction addition and subtraction: introduction to expression calculation
- 一周年创作纪念日,冲吧少年郎
- SRv6初登场
- 《KMP复习 + AC自动机》前传
- 进程与进程调度
- [CruiseControl]Build Result JSP
- [meetup preview] openmldb + ONEFLOW: link feature engineering to model training to accelerate machine learning model development
- Redis transaction and optimistic lock
- Jerry caused other messages to accumulate in the message pool [article]
- Network device hard core technology insider firewall and security gateway (VII) virtualization artifact (Part 1)
猜你喜欢
随机推荐
Leetcode 415. string addition and 43. string multiplication
[BuildRelease Management]Parabuild
Arm releases the new a78/g78/n78 kernel! There is also a cortex-x Series CPU that supports customization
网络设备硬核技术内幕 防火墙与安全网关篇 (七) 虚拟化神器 (上)
迷惑的单片机矩阵按键
Solve maze problem recursively
自动推理的逻辑07–谓词演算
mysql分表之后怎么平滑上线?
leetcode 452. Minimum Number of Arrows to Burst Balloons 用最少数量的箭引爆气球(中等)
uniapp显示富文本效果demo(整理)
"C language" deep entry rounding & four functions
What is the org relationship mitigation strategy of Microsoft edge browser tracking prevention
网络设备硬核技术内幕 防火墙与安全网关篇 (十)
How does JMeter solve the problem of garbled code?
Basic operations of MySQL database (2) --- Based on data table
[leetcode] 547. Number of provinces (medium)
Can TSMC Samsung build a production line without American equipment for Huawei?
蓝桥杯单片机第十一届国赛程序设计试题
LeetCode_位运算_中等_137.只出现一次的数字 II
[CruiseControl]Build Result JSP









