From 4da303b7c48a3f13b998bbd4b34051c4ed67319d Mon Sep 17 00:00:00 2001
From: skydoves
Date: Wed, 1 Dec 2021 15:05:21 +0900
Subject: [PATCH] Add Korean README
---
README.md | 3 +++
README_KR.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
create mode 100644 README_KR.md
diff --git a/README.md b/README.md
index f475d56..0e33883 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@
+
+ English | 한국어
+
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.
diff --git a/README_KR.md b/README_KR.md
new file mode 100644
index 0000000..19824de
--- /dev/null
+++ b/README_KR.md
@@ -0,0 +1,56 @@
+Android Developer Roadmap 2022
+
+
+
+
+
+
+ English | 한국어
+
+
+2022 안드로이드 개발자 로드맵은 안드로이드 개발의 이해를 돕기 위한 학습 경로를 소개합니다. 로드맵 중간에 있는 선 경로를 따라서 로드맵을 읽으실 수 있습니다.
+
+각 노드는 안드로이드 시스템, 안드로이드 SDK, 그리고 일반적으로 현업에서 많이 사용되는 라이브러리들로 구성되어 있습니다. 각 용어는 [Android Developers Reference](https://developer.android.com/reference) 혹은 GitHub를 함께 참조하시면 이해하는 데 도움이 될 수 있습니다.
+
+아울러 로드맵은 안드로이드 개발에 관한 모든 것을 다루지 않으며, 로드맵의 내용 전부를 학습하실 필요도 없습니다. 따라서 학습이 필요한 부분만 참조하시는 것을 권장해 드립니다.
+
+## Roadmap
+
+![Roadmap](/images/android_developer_roadmap.png)
+
+## Demo Application
+
+이 오픈소스 프로젝트는 로드맵 이미지를 보여주는 데모 앱을 포함하고 있습니다. [Releases](https://github.com/skydoves/android-developer-roadmap/releases)에서 APK 파일을 다운로드하실 수 있습니다.
+
+## Articles
+
+2022 안드로이드 개발자 로드맵과 관련된 블로그 포스트가 **[Stream Blog](https://getstream.io/blog/topic/engineering/android/)**에 업로드될 예정입니다.
+
+## Contribution
+
+로드맵은 안드로이드 개발에 관한 모든 내용을 다루지 않기 때문에, 누락된 내용이 있거나 수정이 필요한 경우 누구나 [CONTRIBUTING](CONTRIBUTING.md) 가이드에 따라 프로젝트에 기여하실 수 있습니다.
+
+## Inspiration
+
+로드맵 프로젝트는 [Android Developer Roadmap 2020](https://github.com/mobile-roadmap/android-developer-roadmap)에서 영감을 받았습니다. 아이디어를 주신 프로젝트의 저자분들께 감사의 말씀을 드리며, 해당 리파지토리에서도 많은 내용을 학습하실 수 있습니다.
+
+## Find this project useful? :heart:
+
+오픈소스 프로젝트가 많은 도움이 되었다면 __[stargazers](https://github.com/skydoves/android-developer-roadmap/stargazers)__에 참여 부탁드립니다. :star:
+
+## License
+```
+Copyright 2021 skydoves (Jaewoong Eum)
+
+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.
+```