|
| 1 | +<h1 align="center">Android Developer Roadmap 2022</h1></br> |
| 2 | + |
| 3 | +<p align="center"> |
| 4 | + <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> |
| 5 | + <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> |
| 6 | +</p> |
| 7 | +<p align="center"> |
| 8 | +<a href="/README.md" target="_blank"> English </a> | <a href="/README_KR.md" target="_blank"> 한국어 </a> |
| 9 | +</p> |
| 10 | + |
| 11 | +2022 안드로이드 개발자 로드맵은 안드로이드 개발의 이해를 돕기 위한 학습 경로를 소개합니다. 로드맵 중간에 있는 선 경로를 따라서 로드맵을 읽으실 수 있습니다. <br> |
| 12 | + |
| 13 | +각 노드는 안드로이드 시스템, 안드로이드 SDK, 그리고 일반적으로 현업에서 많이 사용되는 라이브러리들로 구성되어 있습니다. 각 용어는 [Android Developers Reference](https://developer.android.com/reference) 혹은 GitHub를 함께 참조하시면 이해하는 데 도움이 될 수 있습니다. <br> |
| 14 | + |
| 15 | +아울러 로드맵은 안드로이드 개발에 관한 모든 것을 다루지 않으며, 로드맵의 내용 전부를 학습하실 필요도 없습니다. 따라서 학습이 필요한 부분만 참조하시는 것을 권장해 드립니다. |
| 16 | + |
| 17 | +## Roadmap |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | +## Demo Application |
| 22 | + |
| 23 | +본 오픈소스 프로젝트는 로드맵 이미지를 보여주는 데모 앱을 포함하고 있습니다. [Releases](https://github.com/skydoves/android-developer-roadmap/releases)에서 APK 파일을 다운로드하실 수 있습니다. |
| 24 | + |
| 25 | +## Articles |
| 26 | + |
| 27 | +2022 안드로이드 개발자 로드맵에 관한 블로그 포스트가 **[Stream Blog](https://getstream.io/blog/topic/engineering/android/)**에 추후 업로드될 예정입니다. 관심 있으신 분들은 [watchers](https://github.com/skydoves/android-developer-roadmap/watchers)를 통해 새로운 소식을 받으실 수 있습니다. |
| 28 | + |
| 29 | +## Contribution |
| 30 | + |
| 31 | +로드맵은 안드로이드 개발에 관한 모든 내용을 다루지 않기 때문에, 누락된 내용이 있거나 수정이 필요한 경우 누구나 [CONTRIBUTING](CONTRIBUTING.md) 가이드에 따라 프로젝트에 기여하실 수 있습니다. |
| 32 | + |
| 33 | +## Inspiration |
| 34 | + |
| 35 | +로드맵 프로젝트는 [Android Developer Roadmap 2020](https://github.com/mobile-roadmap/android-developer-roadmap)에서 영감을 받았습니다. 아이디어를 주신 프로젝트의 저자분들께 감사의 말씀을 드리며, 해당 리파지토리에서도 많은 내용을 학습하실 수 있습니다. |
| 36 | + |
| 37 | +## Find this project useful? :heart: |
| 38 | + |
| 39 | +오픈소스 프로젝트가 많은 도움이 되었다면 __[stargazers](https://github.com/skydoves/android-developer-roadmap/stargazers)__에 참여 부탁드립니다. :star: |
| 40 | + |
| 41 | +## License |
| 42 | +``` |
| 43 | +Copyright 2021 skydoves (Jaewoong Eum) |
| 44 | +
|
| 45 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 46 | +you may not use this file except in compliance with the License. |
| 47 | +You may obtain a copy of the License at |
| 48 | +
|
| 49 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 50 | +
|
| 51 | +Unless required by applicable law or agreed to in writing, software |
| 52 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 53 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 54 | +See the License for the specific language governing permissions and |
| 55 | +limitations under the License. |
| 56 | +``` |
0 commit comments