applications_app_samples/code/Solutions/IM/Chat
2023-10-25 11:21:20 +08:00
..
AppScope chat整改 2023-06-08 09:48:48 +08:00
features/chatlist Merge branch 'master' of gitee.com:openharmony/applications_app_samples 2023-10-25 11:13:23 +08:00
hvigor 优化部分重复datasource 2023-08-30 19:09:06 +08:00
products/phone/entry Merge branch 'master' of gitee.com:openharmony/applications_app_samples 2023-10-25 11:13:23 +08:00
screenshots/device IssueNo:I81R77:【Sample】Chat(通讯录,朋友圈,我的)UX美化 2023-09-23 16:34:50 +08:00
.gitattributes chat朋友圈taskpool修改 2023-09-21 17:24:19 +08:00
.gitignore 优化部分重复datasource 2023-08-30 19:09:06 +08:00
build-profile.json5 chat朋友圈编译失败修复 2023-09-26 17:30:23 +08:00
code-linter.json5 Merge branch 'master' of https://gitee.com/openharmony/applications_app_samples 2023-09-08 16:45:24 +08:00
hvigorfile.ts chat整改 2023-06-08 09:48:48 +08:00
hvigorw chat整改 2023-06-08 09:48:48 +08:00
hvigorw.bat chat整改 2023-06-08 09:48:48 +08:00
oh-package.json5 refactor chat list 2023-08-29 19:59:29 +08:00
ohosTest.md Chat的UX美化 2023-09-15 17:24:55 +08:00
README_en.md Merge branch 'master' of gitee.com:openharmony/applications_app_samples 2023-10-25 11:13:23 +08:00
README_zh.md Merge branch 'master' of gitee.com:openharmony/applications_app_samples 2023-10-25 11:21:20 +08:00

Chat instance application

Introduction to the

This is a chat like ETS application, using a static layout to build "chat", "contacts", "discover", "ME" four main page.

Directions for use

  1. The application contains four main pages: "Chat", "address book", "Discover" and "ME". Tabs are used to switch modules

  2. There is a back button in the upper left corner of level 2 and above pages

  3. Click the input box at the bottom of the chat content page to enter content, and click the icon of facial expression to send pictures

  4. Clicking on "Moments" on the "Discovery" page will enter the "Moments" page.

Constraints and Limitations

  1. The SDK version must be API Version 10 Release or later.

  2. This sample requires DevEco Studio 4.0 Release to compile and run.