Deneyimli Kotlin kullanıcıları için ek kaynaklar
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Kotlin ile daha da fazla şey yapmayı öğrenmenize yardımcı olabilecek ek öğrenme kaynaklarının bir listesini burada bulabilirsiniz.
Siteler
Sana Özel
- Sunflower: Sunflower, Android Jetpack ile Android geliştirme en iyi uygulamalarını gösteren bir bahçe uygulamasıdır.
- Google I/O Android uygulaması: iosched, Google I/O'nun resmi Android uygulamasıdır
- Plaid: Plaid, tasarım haberleri ve ilham almanın yanı sıra materyal tasarımıyla ilgili en iyi uygulamaları gösteren bir Android uygulamasıdır.
Yollar
Codelab uygulamaları
Videolar
- "Android'de Kotlin" YouTube araması:
Bu bağlantı Kotlin ile ilgili YouTube videolarının listesini içerir.
- Android'de Kotlin'deki Yenilikler, 2 Yıl Boyunca:
Google I/O 2019'da yapılan bu konuşmada, Android'in Kotlin'e yönelik artan desteği incelenmektedir.
- How to Kotlin - from the Lead Kotlin Language Designer:
Bu Google I/O 2018 konuşmasında, nasıl daha deyimsel Kotlin yazılacağı vurgulanıyor.
- Kotlinler: Hepsini yakalayın:
Kotlin eş yordamlarında iptal ve istisnaları yönetmeyle ilgili en iyi uygulamaları öğrenin.
- Uygulamanızın Mimarisini Kotlin ve Mimari Bileşenleriyle Şekillendirme:
KotlinConf 2018'de hazırlanan bu video, Plaid'i Kotlin'e dönüştürürken ve Jetpack Mimari Bileşenleri'ni entegre ederken alınan mimari derslerini ele alır.
- Android Jetpack ❤️ Kotlin: Daha sağlıklı API'lere giden yolda:
Bu KotlinConf 2019 konuşmasında Android'deki Kotlin'in durumu hakkında bilgi veriyor ve Android Jetpack ile uygulama geliştirmenin geleceğine dair fikir edinebilirsiniz.
- Android'de Kotlin Eş yordamlarını anlama:
Google I/O 2019'daki bu konuşmada, Android'de Kotlin eş yordamlarının kullanımına genel bir bakış sunulmaktadır.
- Eşlikler ve Akışlı LiveData:
2019 Android Dev Summit'te yapılan konuşmada,
liveData
eş yordam oluşturma aracı ele alınmıştır. Bu konuşmada temiz, verimli ve sağlam, reaktif kullanıcı arayüzleri oluşturmak için test kalıpları ve anti kalıplarla birlikte ne zaman ve nasıl kullanılacağını görebilirsiniz.
- #AskAndroid, Android Dev Summit 2019 - Kotlin & Coroutines on Android:
2019 Android Dev Summit'te gerçekleştirilen bu oturumda, Kotlin ve Android geliştiricileri tarafından online olarak gönderilen eş yordamlarla ilgili sorular yanıtlanıyor.
Makaleler ve blog yayınları
Sosyal Kanallar
- Kotlin topluluğu: Bu kotlinlang.org sayfasında Kotlin odaklı ek etkinlikler ve gruplar listelenir.
- Slack'te Kotlin: Kotlin Slack kanalına kaydolmak için bu bağlantıyı kullanın. Burada, diğer meraklılarla Kotlin hakkında her şey hakkında konuşabilirsiniz.
- Talking Kotlin: Kotlin diline odaklanılan iki aylık podcast.
- Twitter'da Kotlin: Bu, Kotlin'in resmi Twitter hesabıdır.
Kitaplar
- Kotlin ile Android geliştirme:
Daha yüksek kalitede kod yazmak için temelden ileri düzeylere kadar çeşitli Kotlin özelliklerini kullanarak Android geliştirme sürecini nasıl daha hızlı hale getirebileceğinizi öğrenin.
- Android geliştiricileri için Kotlin:
Kotlin ile ilgili ilk kitaplardan biri olan bu kitap, mevcut Android geliştiricilerine uygulamalarını Kotlin ile nasıl yazacaklarını göstermektedir.
Bu sayfadaki içerik ve kod örnekleri, İçerik Lisansı sayfasında açıklanan lisanslara tabidir. Java ve OpenJDK, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-27 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-27 UTC."],[],[],null,["# Additional resources for experienced Kotlin users\n\nHere's a list of additional learning resources that can help you learn to\ndo even more with Kotlin.\n\nSites\n-----\n\n- [kotlinlang.org](https://kotlinlang.org) - The JetBrains site for all things Kotlin.\n- [Kotlin Symbol Processing API](https://github.com/google/ksp) - Kotlin Symbol Processing (KSP) is an API that you can use to develop lightweight compiler plugins.\n\nSamples\n-------\n\n- [Sunflower](https://github.com/android/sunflower): Sunflower is a gardening app that illustrates Android development best practices with Android Jetpack.\n- [Google I/O Android app](https://github.com/google/iosched): iosched is the official Android app for Google I/O\n- [Plaid](https://github.com/android/plaid): Plaid is an Android app that provides design news and inspiration while also illustrating material design best practices.\n\nPathways\n--------\n\n- [Learn Kotlin coroutines](/kotlin/coroutines/coroutines-pathway): This pathway contains a series of codelabs and articles that teach you all about Kotlin coroutines.\n\nCodelabs\n--------\n\n- [Coroutines codelab](/codelabs/kotlin-coroutines): This codelab shows you how to use Kotlin coroutines to manage background threads and simplify your async code.\n- [Building a Kotlin extensions library](/codelabs/building-kotlin-extensions-library): Learn how to build a Kotlin extensions library that adds coroutines and Flow support to existing classes.\n- [Advanced Coroutines with Kotlin Flow and LiveData](/codelabs/advanced-kotlin-coroutines): Learn how to use Kotlin coroutines with LiveData and Flow in an Android app.\n\nVideos\n------\n\n- ['Kotlin on Android' YouTube search](https://www.youtube.com/results?search_query=Kotlin+on+Android): This link contains a list of Kotlin-related YouTube videos.\n- [What's New in Kotlin on Android, 2 Years In](https://www.youtube.com/watch?v=ldM6QZy9e0s): This talk from Google I/O 2019 examines Android's increasing support for Kotlin.\n- [How to Kotlin - from the Lead Kotlin Language Designer](https://www.youtube.com/watch?v=6P20npkvcb8): This Google I/O 2018 talk highlights how to write more idiomatic Kotlin.\n- [Coroutines: Gotta catch 'em all](https://www.youtube.com/watch?v=w0kfnydnFWI): Learn best practices for handling cancellation and exceptions in Kotlin coroutines.\n- [Shaping Your App's Architecture with Kotlin and Architecture Components](https://www.youtube.com/watch?v=Sy6ZdgqrQp0): This video from KotlinConf 2018 covers the architecture lessons learned while converting Plaid to Kotlin and integrating Jetpack Architecture Components.\n- [Android Jetpack ❤️ Kotlin: On the road to more wholesome APIs](https://www.youtube.com/watch?v=TLksQq8T5v4): This KotlinConf 2019 talk provides info about the state of Kotlin on Android and gives you a glimpse into the future of what app development with Android Jetpack looks like.\n- [Understand Kotlin Coroutines on Android](https://www.youtube.com/watch?v=BOHK_w09pVA): This Google I/O 2019 talk gives an overview of using Kotlin coroutines on Android.\n- [LiveData with Coroutines and Flow](https://www.youtube.com/watch?v=B8ppnjGPAGE): This talk from the 2019 Android Dev Summit covers the `liveData` coroutine builder, showing when and how to use it along with testing patterns and antipatterns to make clean, efficient, and solid reactive UIs.\n- [#AskAndroid at Android Dev Summit 2019 - Kotlin \\& Coroutines on Android](https://www.youtube.com/watch?v=zbYYoL7vo9Y): This session from the 2019 Android Dev Summit answers Kotlin and coroutines-related questions submitted online by Android developers.\n\nArticles and blog posts\n-----------------------\n\n- [Lessons learnt using Coroutines Flow in the Android Dev Summit 2019 app](https://medium.com/androiddevelopers/lessons-learnt-using-coroutines-flow-4a6b285c0d06): This article highlights best practices and other lessons learned when adding Flow support to the Android Dev Summit 2019 app.\n- [Dagger in Kotlin](https://medium.com/androiddevelopers/dagger-in-kotlin-gotchas-and-optimizations-7446d8dfd7dc): This article describes best practices and things to watch for when using Dagger in a Kotlin app.\n- [Easy coroutines in Android: viewModelScope](https://medium.com/androiddevelopers/easy-coroutines-in-android-viewmodelscope-25bffb605471): This article describes viewModelScope, an extension property that adds coroutines support to the `ViewModel` class.\n- [Coroutines in Android (series - 1st article linked)](https://medium.com/androiddevelopers/coroutines-on-android-part-i-getting-the-background-3e0e54d20bb): This post is the first in a series that teaches you about Kotlin coroutines.\n- [Kotlin Vocabulary: typealias](https://medium.com/androiddevelopers/alter-type-with-typealias-4c03302fbe43?source=collection_home---4------2-----------------------): This post discusses typealias, a Kotlin keyword that lets you provide an alternate name for an existing type without introducing a new type.\n- [Kotlin Vocabulary: inline classes](https://medium.com/androiddevelopers/zero-cost-abstractions-in-kotlin-19b953f3a936): This post introduces inline classes, a way to ensure type-safety without performance cost.\n- [Suspending over Views](https://medium.com/androiddevelopers/suspending-over-views-19de9ebd7020): This post talks about how coroutines can make UI programming easier.\n- [Collections and sequences in Kotlin](https://medium.com/androiddevelopers/collections-and-sequences-in-kotlin-55db18283aca): This post shows how collections and sequences work in Kotlin.\n\nSocial Channels\n---------------\n\n- [Kotlin community](https://kotlinlang.org/community): This kotlinlang.org page lists additional Kotlin-focused events and groups.\n- [Kotlin on Slack](https://slack.kotlinlang.org): Use this link to sign up for the Kotlin Slack channel, where you can discuss all things Kotlin with other enthusiasts.\n- [Talking Kotlin](http://talkingkotlin.com): Bi-monthly podcast with a focus on the Kotlin language.\n- [Kotlin on Twitter](https://twitter.com/kotlin): This is the official Twitter account for Kotlin.\n\nBooks\n-----\n\n- [Android development with Kotlin](https://www.packtpub.com/application-development/android-development-kotlin): Learn how to make Android development much faster using a variety of Kotlin features, from basics to advanced, to write better quality code.\n- [Kotlin for Android developers](https://leanpub.com/kotlin-for-android-developers): One of the first books about Kotlin, this book shows existing Android developers how to write their app in Kotlin."]]