From 9fbb156bc8e0490c5db60b360d7d26a55b0538ed Mon Sep 17 00:00:00 2001 From: mingjue Date: Sun, 9 Oct 2022 14:23:04 +0800 Subject: [PATCH] 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. +```