Home
Categories
EXPLORE
True Crime
Comedy
Society & Culture
Business
News
Sports
TV & Film
About Us
Contact Us
Copyright
© 2024 PodJoint
00:00 / 00:00
Sign in

or

Don't have an account?
Sign up
Forgot password
https://is1-ssl.mzstatic.com/image/thumb/Podcasts115/v4/98/f7/92/98f79219-7bb4-bb0f-57de-88fd2d079cbd/mza_14978755864388122204.jpg/600x600bb.jpg
Audcode
Mahmoud Ramadan
16 episodes
5 days ago
Audcode provides a quick Arabic summary for technical content (audio, video, articles, books) to keep yourself updated. The summary is provided from developers to developers.
Show more...
Technology
RSS
All content for Audcode is the property of Mahmoud Ramadan and is served directly from their servers with no modification, redirects, or rehosting. The podcast is not affiliated with or endorsed by Podjoint in any way.
Audcode provides a quick Arabic summary for technical content (audio, video, articles, books) to keep yourself updated. The summary is provided from developers to developers.
Show more...
Technology
https://d3t3ozftmdmh3i.cloudfront.net/production/podcast_uploaded_nologo/7236563/7236563-1613178312609-9cf567c0c7704.jpg
Summary for Coroutines on Android (part I): Getting the background
Audcode
7 minutes 57 seconds
4 years ago
Summary for Coroutines on Android (part I): Getting the background

 As Sean McQuillan said 

"coroutines are a great solution to two problems:

  1. Long-running tasks are tasks that take too long to block the main thread.
  2. Main-safety allows you to ensure that any suspend function can be called from the main thread.
  3. Coroutines build upon regular functions by adding two new operations. In addition to invoking (or call) and return, coroutines add suspend and resume.
  4. Suspend and resume work together to replace callbacks.
  5. Coroutines will run on the main thread, and suspend does not mean background"

https://medium.com/androiddevelopers/coroutines-on-android-part-i-getting-the-background-3e0e54d20bb

Audcode
Audcode provides a quick Arabic summary for technical content (audio, video, articles, books) to keep yourself updated. The summary is provided from developers to developers.