mirror of
https://github.com/skydoves/android-developer-roadmap.git
synced 2024-12-26 00:00:02 +03:00
Add German translation of Readme
This commit is contained in:
parent
186a809e9e
commit
6ac797f20c
|
@ -6,7 +6,7 @@
|
||||||
<a href="https://mailchi.mp/kotlinweekly/kotlin-weekly-279"><img alt="KotlinWeekly" src="https://skydoves.github.io/badges/kotlin-weekly.svg"/></a>
|
<a href="https://mailchi.mp/kotlinweekly/kotlin-weekly-279"><img alt="KotlinWeekly" src="https://skydoves.github.io/badges/kotlin-weekly.svg"/></a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="/README.md" target="_blank"> English </a> | <a href="/README_KR.md" target="_blank"> 한국어 </a>
|
<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>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
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>
|
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>
|
||||||
|
|
57
README_DE.md
Normal file
57
README_DE.md
Normal file
|
@ -0,0 +1,57 @@
|
||||||
|
<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>
|
||||||
|
<a href="https://mailchi.mp/kotlinweekly/kotlin-weekly-279"><img alt="KotlinWeekly" src="https://skydoves.github.io/badges/kotlin-weekly.svg"/></a>
|
||||||
|
</p>
|
||||||
|
<p align="center">
|
||||||
|
<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>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
Die Android Developer Roadmap 2022 empfiehlt Lernpfade um die Android Entwicklung zu verstehen. Sie können die Roadmap lesen, indem Sie der Linie in der Mitte der Karte folgen. <br>
|
||||||
|
|
||||||
|
Jeder Knoten repräsentiert ein Konzept von Android-Systeme, dem Android SDK und allgemein verwendeten Bibliotheken. Es wäre hilfreich für spezielle Technologien auf die [Android Developers Reference](https://developer.android.com/reference) oder GitHub zu verweisen. <br>
|
||||||
|
|
||||||
|
**Sie müssen nicht den gesamten Inhalt dieser Roadmap lernen**. Wir empfehlen nur die Kapitel zu lesen, die hilfreich für Sie sind.
|
||||||
|
|
||||||
|
## Roadmap
|
||||||
|
|
||||||
|
![Roadmap](/images/android_developer_roadmap.png)
|
||||||
|
|
||||||
|
## Beispiel-App
|
||||||
|
|
||||||
|
Dieses Projekt enthält eine Beispiel-App welche das Bild der Roadmap zeigt. Sie können die aktuellste APK-Datei auf der [Releases-Seite](https://github.com/skydoves/android-developer-roadmap/releases) herunterladen.
|
||||||
|
|
||||||
|
## Artikel
|
||||||
|
|
||||||
|
Neue Artikel für die Android Developer Roadmap sind bald auf **[Stream Blog](https://getstream.io/blog/topic/engineering/android/)** verfügbar. Falls Sie Interesse haben, können Sie Benachrichtigungen abbonnieren indem die den [Beobachtern](https://github.com/skydoves/android-developer-roadmap/watchers) beitreten.
|
||||||
|
|
||||||
|
## Mitwirken
|
||||||
|
|
||||||
|
Dieses Projekt behandelt nicht alles. Falls etwas fehlt oder verbessert werden sollte, kann jeder an diesem Projekt mitwirken indem der [Anleitung zum Mitwirken](CONTRIBUTING.md) gefolgt wird.
|
||||||
|
|
||||||
|
## Inspiration
|
||||||
|
|
||||||
|
Diese Projekt ist inspiriert von der [Android Developer Roadmap 2020](https://github.com/mobile-roadmap/android-developer-roadmap). Vielen Dank an die Autoren die die Idee für die Roadmap aufgebracht haben. Außerdem kann dort viel Wissen erlernt werden.
|
||||||
|
|
||||||
|
## Finden Sie dieses Projekt hilfreich? :heart:
|
||||||
|
|
||||||
|
Unterstützen Sie es indem Sie den __[Stargazern](https://github.com/skydoves/android-developer-roadmap/stargazers)__ für diese Repository beitreten. :star:
|
||||||
|
|
||||||
|
## Lizenz
|
||||||
|
```
|
||||||
|
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.
|
||||||
|
```
|
|
@ -5,7 +5,7 @@
|
||||||
<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>
|
<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>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<a href="/README.md" target="_blank"> English </a> | <a href="/README_KR.md" target="_blank"> 한국어 </a>
|
<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>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
2022 안드로이드 개발자 로드맵은 안드로이드 개발의 이해를 돕기 위한 학습 경로를 소개합니다. 로드맵 중간에 있는 선 경로를 따라서 로드맵을 읽으실 수 있습니다. <br>
|
2022 안드로이드 개발자 로드맵은 안드로이드 개발의 이해를 돕기 위한 학습 경로를 소개합니다. 로드맵 중간에 있는 선 경로를 따라서 로드맵을 읽으실 수 있습니다. <br>
|
||||||
|
|
Loading…
Reference in a new issue