Skip to content

Commit a435e64

Browse files
authored
Update README.md
add a link for Chinese version README
1 parent 4886736 commit a435e64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Modularization Architecture Example
22

3+
[简体中文版说明 >>>](https://github.com/andyhaha/modules/blob/main/README_cn.md)
4+
35
## Project Overview
46

57
This project demonstrates a modularization architecture based on Kotlin and Android. By using modularization, we can split an app into multiple independent modules, each of which can either be UI-related or non-UI-related, depending on the requirements. Components communicate via Services, achieving decoupling and increasing code reusability.

0 commit comments

Comments
 (0)