* Cantinho Satkeys

Refresh History
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    Hoje às 11:43
  • j.s.: [link]
    05 de Julho de 2025, 16:31
  • j.s.: dgtgtr a todos  4tj97u<z
    05 de Julho de 2025, 16:31
  • j.s.: h7t45 ao convidado de Honra batatinha pela sua ajuda
    05 de Julho de 2025, 16:30
  • FELISCUNHA: ghyt74  pessoal   4tj97u<z
    04 de Julho de 2025, 11:58
  • JPratas: dgtgtr Pessoal  101041 Vamos Todos Ajudar na Manutenção do Forum, Basta 1 Euro a Cada Um  43e5r6
    03 de Julho de 2025, 19:02
  • cereal killa: Todos os anos e preciso sempre a pedir esmolas e um simples gesto de nem que seja 1€ que fosse dividido por alguns ajudava, uma coisa e certa mesmo continuando isto vai levar volta a como se tem acesso aos tópicos, nunca se quis implementar esta ideia mas quem não contribuir e basta 1 € por ano não terá acesso a sacar nada, vamos ver desenrolar disto mais ate dia 7,finalmente um agradecimento em nome do satkeys a quem já fez a sua doação, obrigada
    03 de Julho de 2025, 15:07
  • m1957: Por favor! Uma pequena ajuda, não deixem que o fórum ecerre. Obrigado!
    03 de Julho de 2025, 01:10
  • j.s.: [link]
    02 de Julho de 2025, 21:09
  • j.s.: h7t45 ao membro anónimo pela sua ajuda  49E09B4F
    02 de Julho de 2025, 21:09
  • j.s.: dgtgtr a todos  4tj97u<z
    01 de Julho de 2025, 17:18
  • FELISCUNHA: Votos de um santo domingo para todo o auditório  4tj97u<z
    29 de Junho de 2025, 11:59
  • m1957: Foi de boa vontade!
    28 de Junho de 2025, 00:39
  • j.s.: passem f.v. por aqui [link]    h7t45
    27 de Junho de 2025, 17:20
  • j.s.: renovamos o nosso pedido para uma pequena ajuda para pagemento  do nosso forum
    27 de Junho de 2025, 17:19
  • j.s.: h7t45 aos convidados de honra Felizcunha e M1957 pela ajuda
    27 de Junho de 2025, 17:15
  • j.s.: dgtgtr a todos  4tj97u<z
    27 de Junho de 2025, 17:13
  • FELISCUNHA: ghyt74  pessoal  4tj97u<z
    27 de Junho de 2025, 11:51
  • JPratas: try65hytr A Todos  classic k7y8j0
    27 de Junho de 2025, 04:35
  • m1957: Por favor vaamos todos dar uma pequena ajuda, para não deixar encerrar o fórum! Obrigado.
    26 de Junho de 2025, 23:45

Autor Tópico: Kotlin Coroutines For Android Developer  (Lida 100 vezes)

0 Membros e 1 Visitante estão a ver este tópico.

Offline mitsumi

  • Sub-Administrador
  • ****
  • Mensagens: 121842
  • Karma: +0/-0
Kotlin Coroutines For Android Developer
« em: 17 de Setembro de 2022, 09:55 »


Last updated 6/2020
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.44 GB | Duration: 5h 58m

Master Kotlin Coroutines With Android Studio

What you'll learn
Kotlin Koroutines
Synchronous vs. Asynchronous code
Threads
Coroutine Builders
Dispatchers
Blocking & Non-Blocking calls
Coroutine Scope
Suspend Function
Unstructured Concurrency
Structured Concurrency
Requirements
Basic Android Development
Basic Android Development With Kotlin
Description
In the first section of this course we will learn the fundamentals about threads and coroutines, along with the basics of the Kotlin Coroutines framework. We will learn about scope, context , builder , suspend , job , deferred and much more.In the second section we will learn how to implement coroutines in a real-world example of an Android application using Kotlin coroutines with Architecture components . Architecture components provide first-class support for coroutines for logical scopes in your app along with an interoperability layer with LiveData. We will use a MVVM architecture for our app.
Overview
Section 1: Introduction
Lecture 1 Asynchronous Programming
Lecture 2 What are Coroutines
Lecture 3 Course Project File
Lecture 4 Download Image in Main Thread
Lecture 5 Download Image Using AsyncTask
Lecture 6 Download Image Using Coroutines
Lecture 7 Scope In Kotlin Coroutines
Lecture 8 GlobalScope
Lecture 9 Coroutine Builders
Lecture 10 Coroutine Dispatchers
Lecture 11 Download Image Using CoroutineScope
Lecture 12 Coroutine Delay Function
Lecture 13 WithContext vs Launch
Lecture 14 Suspend Function
Lecture 15 Create Suspend Function
Lecture 16 Async Builder
Lecture 17 Async Builder and Await
Lecture 18 Async Builder Switch Thread
Lecture 19 Async Builder Start Lazy
Lecture 20 WithTimeOut Suspending Function
Lecture 21 Run Blocking Coroutine
Lecture 22 Coroutine Job
Lecture 23 Coroutine Diferred Object
Lecture 24 Customize Coroutine Context
Lecture 25 Coroutine Exception Handling
Lecture 26 Exception Handling with runCatching
Lecture 27 Coroutine Unstructured Concurrency
Lecture 28 Coroutine Structured Concurrency
Lecture 29 Job Join Function
Section 2: Kotlin coroutines with Architecture components
Lecture 30 Kotlin coroutines with Architecture components
Lecture 31 Base Project Walk Through
Lecture 32 Use coroutines with LiveData
Lecture 33 31.Implement Splash Activty
Lecture 34 Use coroutines with ViewModelScope
Lecture 35 Implement Login Activity - Part 1
Lecture 36 Implement Login Activity - Part 2
Lecture 37 Implement RecyclerView Adaptor
Lecture 38 Implement MainViewModel
Lecture 39 Setup RecyclerView
Lecture 40 Use Coroutines with LifecycleScope
Lecture 41 LifecycleScope in MainActivity
Lecture 42 Exception Handling
Section 3: Fragment LifecycleScope
Lecture 43 RecyclerView Adaptor Click Listener
Lecture 44 Fragment Dialog
Lecture 45 Passing Arguments To Dialog Fragment
Lecture 46 Fragment Lifecycle Aware Coroutines
Section 4: Kotlin coroutines with Room Database
Lecture 47 Implement DAO and Repository
Lecture 48 Implement Dialog ViewModel
Lecture 49 Implement Insert Function
Lecture 50 Implement LiveData
Lecture 51 Dismiss Dialog on Success
Lecture 52 Implement Error Listener
Lecture 53 Conclusion
Android developers,Beginner Android developers who want to learn about Threading and Coroutines


rapidgator.net:
Citar
https://rapidgator.net/file/d9e8d7874a324ad2707dbe778ec1dd2f/hitpv.Kotlin.Coroutines.For.Android.Developer.part1.rar.html
https://rapidgator.net/file/8ae5b48b3c1107045917f1955064816a/hitpv.Kotlin.Coroutines.For.Android.Developer.part2.rar.html
https://rapidgator.net/file/56bbdad3fe243cc848d52be55fa5b9e4/hitpv.Kotlin.Coroutines.For.Android.Developer.part3.rar.html

uploadgig.com:
Citar
https://uploadgig.com/file/download/06a9a4223e333c28/hitpv.Kotlin.Coroutines.For.Android.Developer.part1.rar
https://uploadgig.com/file/download/A9dac6a765672F06/hitpv.Kotlin.Coroutines.For.Android.Developer.part2.rar
https://uploadgig.com/file/download/08f6381Aa6de68Bb/hitpv.Kotlin.Coroutines.For.Android.Developer.part3.rar

1dl.net:
Citar
https://1dl.net/fopc7kdbcmxj/hitpv.Kotlin.Coroutines.For.Android.Developer.part1.rar.html
https://1dl.net/5zrbfwrszmkw/hitpv.Kotlin.Coroutines.For.Android.Developer.part2.rar.html
https://1dl.net/9tdoxct0qtsf/hitpv.Kotlin.Coroutines.For.Android.Developer.part3.rar.html

nitroflare.com:
Citar
https://nitroflare.com/view/B99835C87ECF5F8/hitpv.Kotlin.Coroutines.For.Android.Developer.part1.rar
https://nitroflare.com/view/8EED131A48E1840/hitpv.Kotlin.Coroutines.For.Android.Developer.part2.rar
https://nitroflare.com/view/3DBA8AB6E47EE80/hitpv.Kotlin.Coroutines.For.Android.Developer.part3.rar