From 9fbb156bc8e0490c5db60b360d7d26a55b0538ed Mon Sep 17 00:00:00 2001 From: mingjue Date: Sun, 9 Oct 2022 14:23:04 +0800 Subject: [PATCH 1/3] add README_CN.md --- README_CN.md | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 README_CN.md diff --git a/README_CN.md b/README_CN.md new file mode 100644 index 0000000..f3e4582 --- /dev/null +++ b/README_CN.md @@ -0,0 +1,82 @@ +

Android Developer Roadmap 2022


+ +

+ License + Build Status + Kotlin Weekly + Android Weekly + Profile +

+

+ Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文 +

+ + +Android Developer Roadmap 2022 建议了学习了解 Android 开发的学习路线。 + +你可以按照路线图中的路径去学习 Android 开发。 每个节点都表示 Android 系统、Android SDK 和常用库的概念。 + +参阅 [Android Developers Reference](https://developer.android.com/reference) 或 GitHub 将会非常有帮助。 + +另外,**你没有必要学习路线图中的所有内容**,所以我们建议只阅读对你有帮助的部分。 + +## 🗺 路线图 + +![Roadmap](/images/android_developer_roadmap.png) + +## ✍️ 文章 + +
+ +这个 2022 Android Developer Roadmap 旨在让你全面了解当前的 Android 生态,并提供建议学习的路径,以帮助你掌握相关概念。
+ +在这多个系列中,你跟随我们的 2022 Android Developer Roadmap ,将学习到所有关于 Android 开发生态系统的知识。给你一个 Android 社区更全面的视角以及作为一个开发者改如何取得进步。 + +- **[The Android Platform: The 2022 Android Developer Roadmap – Part 1](https://getstream.io/blog/android-developer-roadmap/)** +- **[App Components: The Android Developer Roadmap – Part 2](https://getstream.io/blog/android-developer-roadmap-part-2/)** +- **[App Navigation and Jetpack: The Android Developer Roadmap – Part 3](https://getstream.io/blog/android-developer-roadmap-part-3/)** +- **[Design Patterns and Architecture: The Android Developer Roadmap – Part 4](https://getstream.io/blog/design-patterns-and-architecture-the-android-developer-roadmap-part-4/)** + +如果你想在我们发布新文章时得到通知,那么请加入 **[watchers](https://github.com/skydoves/android-developer-roadmap/watchers)** on GitHub or follow **[Stream](https://twitter.com/getstream_io)** on Twitter. You can also follow the __[author](https://github.com/skydoves)__ of this repository on GitHub. + + + + + +## ⛴ Stream + +If you're interested in building a robust chat feature, which is an easy-to-use, open-sourced, Kotlin-first, actively maintained, check out the [Stream Chat for Android](https://getstream.io/tutorials/android-chat). If you're interested in building chat features with Jetpack Compose, you can also check out [Stream Chat for Compose](https://getstream.io/chat/compose/tutorial/), which provides a lot of Jetpack Compose components. + +## 📱 Demo 应用 + +This project includes a demo project which shows the roadmap image. You can download the latest APK on the [Releases](https://github.com/skydoves/android-developer-roadmap/releases). + +## 🤝 贡献 + +This project doesn't cover everything, so if something is missing or should be fixed, anyone can contribute to this project by following the [CONTRIBUTING](CONTRIBUTING.md) guides. + +## 💡 灵感 + +This project is inspired by [Android Developer Roadmap 2020](https://github.com/mobile-roadmap/android-developer-roadmap). So thank you for the authors providing the roadmap ideas. Also, you can learn a lot of knowledge from the repository. + +## 发现这个项目很有用? :heart: + +Support it by joining __[stargazers](https://github.com/skydoves/android-developer-roadmap/stargazers)__ for this repository. :star:
+And __[follow](https://github.com/skydoves)__ me for my next creations! 🤩 + +## License +``` +Copyright 2021 Stream.IO, Inc. All Rights Reserved. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +``` From b23101e2d7df8d926843d5a92c12e879f7f60852 Mon Sep 17 00:00:00 2001 From: mingjue Date: Sun, 9 Oct 2022 14:36:33 +0800 Subject: [PATCH 2/3] update README_CN.md --- README_CN.md | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README_CN.md b/README_CN.md index f3e4582..5859afb 100644 --- a/README_CN.md +++ b/README_CN.md @@ -14,7 +14,7 @@ Android Developer Roadmap 2022 建议了学习了解 Android 开发的学习路线。 -你可以按照路线图中的路径去学习 Android 开发。 每个节点都表示 Android 系统、Android SDK 和常用库的概念。 +你可以按照路线图中的路径去学习 Android 开发。 每个节点都表示 Android 系统、Android SDK 和常用库的相关概念。 参阅 [Android Developers Reference](https://developer.android.com/reference) 或 GitHub 将会非常有帮助。 @@ -30,14 +30,15 @@ Android Developer Roadmap 2022 建议了学习了解 Android 开发的学习路 这个 2022 Android Developer Roadmap 旨在让你全面了解当前的 Android 生态,并提供建议学习的路径,以帮助你掌握相关概念。
-在这多个系列中,你跟随我们的 2022 Android Developer Roadmap ,将学习到所有关于 Android 开发生态系统的知识。给你一个 Android 社区更全面的视角以及作为一个开发者改如何取得进步。 +在这多个系列中,跟随我们的 2022 Android Developer Roadmap ,你将学习到所有关于 Android 开发生态系统的知识。 +提供给你一个更全面的 Android 社区视角以及指导你作为一个开发者该如何取得进步。 - **[The Android Platform: The 2022 Android Developer Roadmap – Part 1](https://getstream.io/blog/android-developer-roadmap/)** - **[App Components: The Android Developer Roadmap – Part 2](https://getstream.io/blog/android-developer-roadmap-part-2/)** - **[App Navigation and Jetpack: The Android Developer Roadmap – Part 3](https://getstream.io/blog/android-developer-roadmap-part-3/)** - **[Design Patterns and Architecture: The Android Developer Roadmap – Part 4](https://getstream.io/blog/design-patterns-and-architecture-the-android-developer-roadmap-part-4/)** -如果你想在我们发布新文章时得到通知,那么请加入 **[watchers](https://github.com/skydoves/android-developer-roadmap/watchers)** on GitHub or follow **[Stream](https://twitter.com/getstream_io)** on Twitter. You can also follow the __[author](https://github.com/skydoves)__ of this repository on GitHub. +如果你想在我们发布新文章时得到通知,那么请加入 **[watchers](https://github.com/skydoves/android-developer-roadmap/watchers)** 或者关注 **[Stream](https://twitter.com/getstream_io)** 的 Twitter. 你还可以关注这个 GitHub 仓库的作者 __[author](https://github.com/skydoves)__ . @@ -45,24 +46,26 @@ Android Developer Roadmap 2022 建议了学习了解 Android 开发的学习路 ## ⛴ Stream -If you're interested in building a robust chat feature, which is an easy-to-use, open-sourced, Kotlin-first, actively maintained, check out the [Stream Chat for Android](https://getstream.io/tutorials/android-chat). If you're interested in building chat features with Jetpack Compose, you can also check out [Stream Chat for Compose](https://getstream.io/chat/compose/tutorial/), which provides a lot of Jetpack Compose components. +如果你有兴趣构建强大的聊天功能,且易于使用、开源、Kotlin 优先、积极维护的,那么请查看 [Stream Chat for Android](https://getstream.io/tutorials/android-chat). + +如果你想使用 Jetpack Compose,那么也可以查看 [Stream Chat for Compose](https://getstream.io/chat/compose/tutorial/), 提供了很多 Jetpack Compose 组件. ## 📱 Demo 应用 -This project includes a demo project which shows the roadmap image. You can download the latest APK on the [Releases](https://github.com/skydoves/android-developer-roadmap/releases). +本项目包括一个 Demo 项目,展示了这路线图图像。你可以在 [Releases](https://github.com/skydoves/android-developer-roadmap/releases) 下载最新的APK。 ## 🤝 贡献 -This project doesn't cover everything, so if something is missing or should be fixed, anyone can contribute to this project by following the [CONTRIBUTING](CONTRIBUTING.md) guides. +本项目没有涵盖所有内容,所以如果有内容缺失的内容或需要被修复,任何人都可以按照 [CONTRIBUTING](CONTRIBUTING.md) 指导做出贡献. ## 💡 灵感 -This project is inspired by [Android Developer Roadmap 2020](https://github.com/mobile-roadmap/android-developer-roadmap). So thank you for the authors providing the roadmap ideas. Also, you can learn a lot of knowledge from the repository. +本项目的灵感来源于 [Android Developer Roadmap 2020](https://github.com/mobile-roadmap/android-developer-roadmap). 感谢这库的作者提供的想法,你也可以从它那学到很多知识。 ## 发现这个项目很有用? :heart: -Support it by joining __[stargazers](https://github.com/skydoves/android-developer-roadmap/stargazers)__ for this repository. :star:
-And __[follow](https://github.com/skydoves)__ me for my next creations! 🤩 +点个 Star __[stargazers](https://github.com/skydoves/android-developer-roadmap/stargazers)__ :star:
+或关注我 __[follow](https://github.com/skydoves)__ 以支持我下次创作 🤩 ## License ``` From 987d50c9f581305b36720f8d8d51e7059a1f3659 Mon Sep 17 00:00:00 2001 From: mingjue Date: Sun, 9 Oct 2022 14:42:16 +0800 Subject: [PATCH 3/3] update readme files --- README.md | 2 +- README_AR.md | 2 +- README_DE.md | 2 +- README_ES.md | 2 +- README_FR.md | 2 +- README_ID.md | 2 +- README_KHM.md | 2 +- README_KR.md | 2 +- README_PT.md | 2 +- README_TR.md | 2 +- README_VI.md | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 38feb6c..1e6b901 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@
Profile

- Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese + Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文

diff --git a/README_AR.md b/README_AR.md index a552e72..90acc30 100644 --- a/README_AR.md +++ b/README_AR.md @@ -8,7 +8,7 @@ Profile

- Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese + Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文

خارطة الطريق مطور اندرويد 2022 مسار تعلم مقترح لفهم تطوير الأندرويد. تقدر تقرأ خارطة الطريق بأتباع مسار الخط الذي في منتصف الخريطة

diff --git a/README_DE.md b/README_DE.md index 281b83d..4a5cbf7 100644 --- a/README_DE.md +++ b/README_DE.md @@ -8,7 +8,7 @@ Profile

- Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese + Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文

diff --git a/README_ES.md b/README_ES.md index 2dee336..9028e3e 100644 --- a/README_ES.md +++ b/README_ES.md @@ -9,7 +9,7 @@ Profile

- Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese + Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文

diff --git a/README_FR.md b/README_FR.md index cbc27a1..e1eb2bc 100644 --- a/README_FR.md +++ b/README_FR.md @@ -8,7 +8,7 @@ Profile

- Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese + Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文

La feuille de route du développeur Android 2022 propose des parcours d'apprentissage pour comprendre le développement Android. Vous pouvez lire la feuille de route en suivant le chemin de la ligne au milieu de la carte. diff --git a/README_ID.md b/README_ID.md index dc03fd8..2ea7297 100644 --- a/README_ID.md +++ b/README_ID.md @@ -8,7 +8,7 @@ Profile

- Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese + Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文

diff --git a/README_KHM.md b/README_KHM.md index b3da3af..972903f 100644 --- a/README_KHM.md +++ b/README_KHM.md @@ -8,7 +8,7 @@ Profile

- Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese + Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文

diff --git a/README_KR.md b/README_KR.md index 262fb46..74283bb 100644 --- a/README_KR.md +++ b/README_KR.md @@ -9,7 +9,7 @@

- Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese + Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文

2022 안드로이드 개발자 로드맵은 안드로이드 개발의 이해를 돕기 위한 학습 경로를 소개합니다. 로드맵 중간에 있는 선 경로를 따라서 로드맵을 읽으실 수 있습니다.
diff --git a/README_PT.md b/README_PT.md index f68af3b..42a5d81 100644 --- a/README_PT.md +++ b/README_PT.md @@ -8,7 +8,7 @@ Profile

- Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese + Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文

diff --git a/README_TR.md b/README_TR.md index 89ff862..56964bd 100644 --- a/README_TR.md +++ b/README_TR.md @@ -8,7 +8,7 @@ Profile

- Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese + Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文

diff --git a/README_VI.md b/README_VI.md index 58407af..6abf71a 100644 --- a/README_VI.md +++ b/README_VI.md @@ -8,7 +8,7 @@ Profile

- Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese + Arabic | English | 한국어 | Deutsch | Español | Turkish | Bahasa Indonesia | Français | Portuguese | ភាសាខ្មែរ | Vietnamese | 中文