Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions learning/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 24

## Приложения
* [JetBrains/kotlinconf-app](https://github.com/JetBrains/kotlinconf-app) - official KotlinConf application - backend, android, ios with shared code;
* [Kotlin/mpp-example](https://github.com/Kotlin/mpp-example) - official Multiplatform (android + ios) sample from JetBrains;
* [Kotlin/kmp-basic-sample](https://github.com/Kotlin/kmp-basic-sample) - official Multiplatform (android + ios) sample from JetBrains;
* [JetBrains/KotlinFinder](https://github.com/JetBrains/KotlinFinder) - official KotlinFinder application from JetBrains and IceRock for KotlinConf 2019 (android + ios)
* [touchlab/DroidconKotlin](https://github.com/touchlab/DroidconKotlin) - DroidCon conference application from TouchLab (android + ios);
* [SimonSchubert/Newsout](https://github.com/SimonSchubert/Newsout) - News application sample (android + ios) using database;
Expand Down Expand Up @@ -34,5 +34,5 @@ sidebar_position: 24

## Библиотеки
* <https://libs.kmp.icerock.dev>
* <https://www.kamp.ml>
* <https://klibs.io> — каталог KMP библиотек от JetBrains
* [AAkira/Kotlin-Multiplatform-Libraries](https://github.com/AAkira/Kotlin-Multiplatform-Libraries)
8 changes: 4 additions & 4 deletions learning/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sidebar_position: 23
- [KSP: работаем с аннотациями в мультиплатформенном приложении](https://www.youtube.com/watch?v=NarGt5fh8dk)
- [A KMM Story. From first feature to Mobile mono-repo at Sphere](https://youtu.be/WD7dif28wxs?t=256)
- [Build multiplatform projects in Kotlin and learn more about server-driven UI](https://www.youtube.com/watch?v=TqgnogQG-cc)
- [KOTLIN MULTIPLATFORM MOBILE IN PRODUCTION: Key takeaways from developing two cross-platform apps](https://www.droidcon.com/2021/11/10/kotlin-multiplatform-mobile-in-production-key-takeaways-from-developing-two-cross-platform-apps/)
- [And that, folks, is how we shared code between Android, iOS and the Backend](https://www.marcogomiero.com/talks/2020/shared-code-kmp-droidcon-emea/) - доклад Marco Gomiero про внедрение KMP в продакшн
- [Introduction to Kotlin Multiplatform Mobile and D-KMP](https://youtu.be/QqR1FNM2M7k)
- [Kotlin For Everything](https://youtu.be/WMRFMPwwUuo?t=4548)
- [Is Kotlin Multiplatform Mobile Ready for Production?](https://youtu.be/L8Xq15NTuCc)
Expand All @@ -21,9 +21,9 @@ sidebar_position: 23
- [Александр Верещагин (Devexperts) — Как мы внедряли Kotlin Multiplatform](https://www.youtube.com/watch?v=D3X5TJpbiaY)
- [Александр Нозик | Визуализация данных на Kotlin-Multiplatform](https://www.youtube.com/watch?v=8F0e_JaoUBU)
- [Kotlin Multiplatform Mobile: Real World Lessons Learned](https://youtu.be/qcwFizHMV4Y)
- [NATIVE UI WITH MULTIPLATFORM COMPOSE](https://www.droidcon.com/2022/09/29/native-ui-with-multiplatform-compose/) - про проект Redwood, который рисует нативный для Android, iOS, Web UI, под управлением Jetpack Compose
- [SIMPLIFIED SWIFT MULTIPLATFORM INTEGRATION](https://www.droidcon.com/2022/09/29/simplified-swift-multiplatform-integration/) - как подключить Swift код внутрь Kotlin кода
- [KOTLIN MULTIPLATFORM AT FIVE YEARS](https://www.droidcon.com/2022/09/29/kotlin-multiplatform-at-five-years/)
- [Native UI and multiplatform Compose with Redwood](https://code.cash.app/native-ui-and-multiplatform-compose-with-redwood) — статья Jake Wharton про проект Redwood, который рисует нативный для Android, iOS, Web UI под управлением Jetpack Compose
- [swift-klib-plugin](https://github.com/ttypic/swift-klib-plugin) — Gradle plugin для подключения Swift кода внутри KMP модуля через cinterop
- [Kotlin Multiplatform at Stable and Beyond](https://www.youtube.com/watch?v=il32V2MNdPc) — обзор состояния KMP от Martin Brown (JetBrains)
- [Денис Супрун — KMP на ОС Аврора: проблемы и пути их решения](https://www.youtube.com/watch?v=PEiJIw023XM)

## Posts
Expand Down
Loading