У нас вы можете посмотреть бесплатно Kotlin: Simplifying APIs with coroutines - MAD Skills или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
If you're a library author, you might want to make your Java-based or callback-based libraries easier to consume from Kotlin using coroutines and Flow. Alternatively, if you're an API consumer, you may be willing to adapt a 3rd party API surface to coroutines to make them more Kotlin friendly. This video covers how to simplify APIs using coroutines and Flow as well as how to build your own adapter using suspendCancellableCoroutine and callbackFlow APIs. For the most curious ones, those APIs will be dissected and you'll see how they work under the hood. Building a Kotlin extensions library → http://goo.gle/2WyYR6t Coroutines & Patterns for work that shouldn’t be cancelled → http://goo.gle/3nqc1yj The suspend modifier — under the hood → http://goo.gle/2Wo41BT Catch more Kotlin and Jetpack APIs for MAD Skills → https://goo.gle/kotlin-madskills Watch more MAD Skills episodes → http://goo.gle/madskills Subscribe to Android Developers → https://goo.gle/AndroidDevs #Kotlin #Jetpack #MADSkills