Skip to content

Commit b5fcd03

Browse files
authored
Merge pull request iqiyi#12 from iqiyi/alterReadme
add qq group's qr code and alter readme
2 parents f5dc9aa + e599364 commit b5fcd03

File tree

3 files changed

+25
-14
lines changed

3 files changed

+25
-14
lines changed

CHINESE_README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Andromeda
22
![Andromeda_license](https://img.shields.io/badge/license-BSD--3--Clause-brightgreen.svg)
3-
![Andromeda_core_tag](https://img.shields.io/badge/Andromeda%20core-1.1.1-brightgreen.svg)
3+
![Andromeda_core_tag](https://img.shields.io/badge/Andromeda%20Core-1.1.2-brightgreen.svg)
44
![Andromeda_plugin_tag](https://img.shields.io/badge/Andromeda%20plugin-1.1.1-brightgreen.svg)
55

66
Andromeda提供了接口式的组件间通信管理,包括同进程的本地接口调用和跨进程接口调用。
@@ -24,11 +24,11 @@ Andromeda提供了接口式的组件间通信管理,包括同进程的本地
2424

2525
Andromeda和其他组件间通信方案的对比如下:
2626

27-
| | 使用方便性 | 代码侵入性 | 互操作性 | 是否支持IPC | 是否支持跨进程事件总线 | 是否支持页面跳转 |
28-
| :---: | :-------: | :----------: |:----------: |:----------: |:----------: |:----------: |
29-
| Andromeda | | 较小 | | Yes | Yes | No |
30-
| DDComponentForAndroid | 较差 | 较大 | | No | No | Yes |
31-
| ARouter | 较好 | 较大 | | No | No | Yes |
27+
| | 易用性 | IPC性能 | 支持IPC | 支持跨进程事件总线 | 支持IPC Callback |
28+
| :------------------------: | :--: | :---: | :---: | :-------: | :------------: |
29+
| Andromeda || | Yes | Yes | Yes |
30+
| DDComponentForAndroid | 较差 | -- | No | No | No |
31+
| ModularizationArchitecture | 较差 | | Yes | No | No |
3232

3333

3434
# 接入方式
@@ -313,6 +313,11 @@ Andromeda中Event的定义如下:
313313
# License
314314
BSD-3-Clause. See the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause) file for details.
315315

316+
# 交流
317+
Andromeda交流QQ群号是640539737, 二维码如下:
318+
319+
![QQ_group](https://github.com/iqiyi/Andromeda/blob/master/res/qq_group.png)
320+
316321
# 支持
317322
1. Sample代码
318323
2. 阅读Wiki或者FAQ

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Andromeda
22
![Andromeda_license](https://img.shields.io/badge/license-BSD--3--Clause-brightgreen.svg)
3-
![Andromeda_core_tag](https://img.shields.io/badge/Andromeda%20core-1.1.1-brightgreen.svg)
3+
![Andromeda_core_tag](https://img.shields.io/badge/Andromeda%20Core-1.1.2-brightgreen.svg)
44
![Andromeda_plugin_tag](https://img.shields.io/badge/Andromeda%20plugin-1.1.1-brightgreen.svg)
55

66
Andromeda provides communication among modules for both local and remote service.
@@ -25,12 +25,11 @@ Andromeda provides communication among modules for both local and remote service
2525

2626
Comparsion between other communication solutions and Andromeda:
2727

28-
| | convenience | code invasion | interoperability | IPC | event bus | page router |
29-
| :---: | :-------: | :----------: |:----------: |:----------: |:----------: |:----------: |
30-
| Andromeda | good | none | good | Yes | Yes | No |
31-
| DDComponentForAndroid | bad | some | bad | No | No | Yes |
32-
| ARouter | good | some | bad | No | No | Yes |
33-
28+
| | Convenience | IPC efficiency | IPC | IPC EventBus | IPC Callback |
29+
| :------------------------: | :--: | :---: | :---: | :-------: | :------------: |
30+
| Andromeda | good | high | Yes | Yes | Yes |
31+
| DDComponentForAndroid | normal | -- | No | No | No |
32+
| ModularizationArchitecture | normal | low | Yes | No | No |
3433

3534
# Download
3635
add classpath in buildscript(replace $version with latest version name):
@@ -308,7 +307,14 @@ MainActivity shows details of how to subscribe and publish event.
308307
# License
309308
BSD-3-Clause. See the [BSD-3-Clause](https://opensource.org/licenses/BSD-3-Clause) file for details.
310309

310+
311+
# Contact
312+
QQ group number is 640539737, and its qr code is as follows:
313+
314+
![QQ_group](https://github.com/iqiyi/Andromeda/blob/master/res/qq_group.png)
315+
311316
# Support
312317
1. Sample codes
313318
2. Wiki and FAQs
314-
319+
320+

res/qq_group.png

52.1 KB
Loading

0 commit comments

Comments
 (0)