|
| 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 | + <a href="https://mailchi.mp/kotlinweekly/kotlin-weekly-279"><img alt="Kotlin Weekly" src="https://skydoves.github.io/badges/kotlin-weekly2.svg"/></a> |
| 7 | + <a href="https://androidweekly.net/issues/issue-495"><img alt="Android Weekly" src="https://skydoves.github.io/badges/android-weekly.svg"/></a> |
| 8 | +</p> |
| 9 | +<p align="center"> |
| 10 | +<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> |
| 11 | +</p> |
| 12 | + |
| 13 | + |
| 14 | +Android Developer Roadmap 2022 Android geliştirmeyi anlamak için öğrenme yolları önerir. Haritanın ortasındaki çizgiyi takip ederek roadmap'i inceleyebilirsiniz. <br> |
| 15 | + |
| 16 | +Her düğüm, Android sistemleri, Android SDK ve genel olarak kullanılan kitaplık kavramlarını gösterir. Belirli terminolojiler için [Android Geliştiricileri Referansına](https://developer.android.com/reference) veya GitHub'a başvurmak faydalı olacaktır. <br> |
| 17 | + |
| 18 | +Ayrıca bu yol haritasındaki her şeyi öğrenmenize gerek yok. Bu nedenle, yalnızca size yardımcı olacak bölümleri okumanızı öneririz. |
| 19 | + |
| 20 | +## Roadmap |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +## Demo Uygulaması |
| 25 | + |
| 26 | +Bu proje, roadmap görüntüsünü gösteren bir demo proje içermektedir. En son APK'yı [Releases](https://github.com/skydoves/android-developer-roadmap/releases) adresinden indirebilirsiniz. |
| 27 | + |
| 28 | +## Articles |
| 29 | + |
| 30 | +Android Geliştirici roadmap'i için yeni makaleler yakında **[Stream Blog](https://getstream.io/blog/topic/engineering/android/)**'da yayınlanacak. Eğer ilginizi çekiyorsa [Watchers](https://github.com/skydoves/android-developer-roadmap/watchers)'lara katılarak bildirim alabilirsiniz. |
| 31 | + |
| 32 | +## Contribution |
| 33 | + |
| 34 | +Bu proje her şeyi kapsamıyor, dolayısıyla bir şey eksikse veya düzeltilmesi gerekiyorsa, herkes [CONTRIBUTING](CONTRIBUTING.md)'daki kılavuzu izleyerek bu projeye katkıda bulunabilir. |
| 35 | + |
| 36 | +## Inspiration |
| 37 | + |
| 38 | +Bu proje, [Android Developer Roadmap 2020](https://github.com/mobile-roadmap/android-developer-roadmap)'den ilham almıştır. Bu nedenle, bu roadmap'e fikirlerini sunan yazarlara teşekkür ederiz. Ayrıca, bu repodan çok fazla bilgi öğrenebilirsiniz. |
| 39 | + |
| 40 | +## Bu Projeyi Faydalı Buldunuz Mu? ❤️ |
| 41 | + |
| 42 | +__[stargazers](https://github.com/skydoves/android-developer-roadmap/stargazers)__'a katılarak bu repoya destek olun. ⭐ |
| 43 | + |
| 44 | +## Lisans |
| 45 | +``` |
| 46 | +Copyright 2021 Stream.IO, Inc. All Rights Reserved. |
| 47 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 48 | +you may not use this file except in compliance with the License. |
| 49 | +You may obtain a copy of the License at |
| 50 | +
|
| 51 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 52 | +
|
| 53 | +Unless required by applicable law or agreed to in writing, software |
| 54 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 55 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 56 | +See the License for the specific language governing permissions and |
| 57 | +limitations under the License. |
| 58 | +``` |
0 commit comments