android-developer-roadmap/README.md

66 lines
3.6 KiB
Markdown
Raw Normal View History

2021-12-01 05:25:44 +03:00
<h1 align="center">Android Developer Roadmap 2022</h1></br>
<p align="center">
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="License" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"/></a>
<a href="https://github.com/skydoves/android-developer-roadmap/actions/workflows/build.yml"><img alt="Build Status" src="https://github.com/skydoves/android-developer-roadmap/actions/workflows/build.yml/badge.svg"/></a>
2021-12-06 02:00:38 +03:00
<a href="https://mailchi.mp/kotlinweekly/kotlin-weekly-279"><img alt="Kotlin Weekly" src="https://skydoves.github.io/badges/kotlin-weekly2.svg"/></a>
<a href="https://androidweekly.net/issues/issue-495"><img alt="Android Weekly" src="https://skydoves.github.io/badges/android-weekly.svg"/></a>
2021-12-01 05:25:44 +03:00
</p>
2021-12-01 09:05:21 +03:00
<p align="center">
2022-01-12 04:38:31 +03:00
<a href="/README.md" target="_blank"> English </a> | <a href="/README_KR.md" target="_blank"> 한국어 </a> | <a href="/README_DE.md" target="_blank"> Deutsch </a>| <a href="/README_ES.md" target="_blank"> Español</a> | <a href="/README_TR.md" target="_blank"> Turkish</a>
2021-12-01 09:05:21 +03:00
</p>
2021-12-01 05:25:44 +03:00
2021-12-06 02:00:38 +03:00
2021-12-01 05:25:44 +03:00
Android Developer Roadmap 2022 suggests learning paths to understanding Android development. You can read the roadmap following the line path in the middle of the map. <br>
Each node indicates concepts of Android systems, Android SDK, and generally used libraries. It would be helpful to refer to the [Android Developers Reference](https://developer.android.com/reference) or GitHub for the specific terminologies. <br>
2021-12-02 18:04:26 +03:00
In addition, **you don't need to learn everything from this roadmap**. So we recommend only reading the sections that would be helpful to you.
2021-12-01 05:25:44 +03:00
## Roadmap
![Roadmap](/images/android_developer_roadmap.png)
## Articles
2021-12-01 05:25:44 +03:00
![Article](/images/article.png)
2021-12-01 05:25:44 +03:00
The 2022 Android Developer Roadmap is designed to give you a comprehensive understanding of the current Android ecosystem and provides suggested learning paths along the way to help you grasp the concepts.<br><br>
In this multipart series, you'll learn all about the Android development ecosystem following our 2022 Android Developer Roadmap, giving you a more holistic view of the Android community and how you can progress as a developer.
2021-12-01 05:48:10 +03:00
- [The 2022 Android Developer Roadmap — Part1](https://getstream.io/blog/android-developer-roadmap/)
## Demo Application
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).
2021-12-01 05:48:10 +03:00
2021-12-01 05:25:44 +03:00
## Contribution
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.
## Inspiration
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.
## Find this project useful? :heart:
Support it by joining __[stargazers](https://github.com/skydoves/android-developer-roadmap/stargazers)__ for this repository. :star:
## License
```
2021-12-01 10:07:22 +03:00
Copyright 2021 Stream.IO, Inc. All Rights Reserved.
2021-12-01 05:25:44 +03:00
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.
```