1
1
# Andromeda
2
2
![ 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 )
4
4
![ Andromeda_plugin_tag] ( https://img.shields.io/badge/Andromeda%20plugin-1.1.1-brightgreen.svg )
5
5
6
6
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
25
25
26
26
Comparsion between other communication solutions and Andromeda:
27
27
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 |
34
33
35
34
# Download
36
35
add classpath in buildscript(replace $version with latest version name):
@@ -308,7 +307,14 @@ MainActivity shows details of how to subscribe and publish event.
308
307
# License
309
308
BSD-3-Clause. See the [ BSD-3-Clause] ( https://opensource.org/licenses/BSD-3-Clause ) file for details.
310
309
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
+
311
316
# Support
312
317
1 . Sample codes
313
318
2 . Wiki and FAQs
314
-
319
+
320
+
0 commit comments