/coroutines

Simple project for showing different approaches for async execution in Android

Primary LanguageKotlinMIT LicenseMIT

Coroutines

Simple mobile app for showing different approaches for async execution in Android

Task was to call API twice and return results from first request to main thread:

Task schema

Used techniques:

  • Threading
  • AsyncTask / Callbacks
  • Futures / Promises, Executors
  • Reactive Programming
  • Coroutines

Presentation

Presentation has been also created: PDF