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:
Used techniques:
- Threading
- AsyncTask / Callbacks
- Futures / Promises, Executors
- Reactive Programming
- Coroutines
Presentation has been also created: PDF