An open API service indexing awesome lists of open source software.

https://github.com/mklkj/android-async-examples


https://github.com/mklkj/android-async-examples

android asynctask coroutines javathreads rxjava

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# android-async-examples

## Further reading

### General
- https://www.zoftino.com/android-threads-tutorial
- https://android-developers.googleblog.com/2009/05/painless-threading.html

### AsyncTask
- https://medium.com/android-stars/this-asynctask-class-should-be-static-or-leaks-might-occur-2254f3a0f18

## Coroutines
- https://geek.justjoin.it/kotlin-coroutine-pewno-kolejny-krok-dla-programisty-rxjava/
- https://developer.android.com/kotlin/coroutines
- https://kotlinlang.org/docs/reference/coroutines/flow.html
- https://proandroiddev.com/an-early-look-at-kotlin-coroutines-flow-62e46baa6eb0
- https://proandroiddev.com/kotlin-flow-on-android-quick-guide-76667e872166
- https://blog.mindorks.com/what-is-flow-in-kotlin-and-how-to-use-it-in-android-project
- https://medium.com/@elizarov/reactive-streams-and-kotlin-flows-bfd12772cda4
- https://ahsensaeed.com/introduction-new-kotlin-coroutine-flow-api/
- https://codelabs.developers.google.com/codelabs/advanced-kotlin-coroutines/
- https://kotlinlang.org/docs/reference/coroutines/cancellation-and-timeouts.html
- https://medium.com/@kenkyee/android-kotlin-coroutine-best-practices-bc033fed62e7