android-developer-roadmap/README_DE.md

69 lines
3.9 KiB
Markdown
Raw Normal View History

2021-12-05 18:29:34 +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-05 18:29:34 +03:00
</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>
2021-12-06 02:00:38 +03:00
2021-12-05 18:33:11 +03:00
Die Android Developer Roadmap 2022 empfiehlt Lernpfade um die Android Entwicklung besser zu verstehen. Sie können die Roadmap lesen, indem Sie der Linie in der Mitte der Karte folgen. <br>
2021-12-05 18:29:34 +03:00
2021-12-05 18:33:11 +03:00
Jeder Knoten repräsentiert ein Konzept von Android-Systemen, 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>
2021-12-05 18:29:34 +03:00
**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)
## Articles
2021-12-05 18:29:34 +03:00
![Article](/images/article.png)
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>
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-05 18:29:34 +03:00
- **[The 2022 Android Developer Roadmap: Part 1](https://getstream.io/blog/android-developer-roadmap/)**
- **[The 2022 Android Developer Roadmap: Part 2](https://getstream.io/blog/android-developer-roadmap-part-2/)**
2021-12-05 18:29:34 +03:00
If you'd like to get notified as we release future posts, join the **[watchers](https://github.com/skydoves/android-developer-roadmap/watchers)** on GitHub or follow **[Stream](https://twitter.com/getstream_io)** on Twitter.
## 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.
2021-12-05 18:29:34 +03:00
## 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
2021-12-05 18:33:11 +03:00
Diese Projekt ist von der [Android Developer Roadmap 2020](https://github.com/mobile-roadmap/android-developer-roadmap) inspiriert. Vielen Dank an die Autoren für die Idee für diese Roadmap. Außerdem kann dort viel Wissen erlernt werden.
2021-12-05 18:29:34 +03:00
## Finden Sie dieses Projekt hilfreich? :heart:
2021-12-05 18:33:11 +03:00
Unterstützen Sie es indem Sie den __[Stargazern](https://github.com/skydoves/android-developer-roadmap/stargazers)__ für dieses Repository beitreten. :star:
2021-12-05 18:29:34 +03:00
## 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.
```