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
- Host: GitHub
- URL: https://github.com/mklkj/android-async-examples
- Owner: mklkj
- License: apache-2.0
- Created: 2020-03-15T16:46:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T13:01:12.000Z (almost 5 years ago)
- Last Synced: 2025-03-22T17:44:13.151Z (about 1 year ago)
- Topics: android, asynctask, coroutines, javathreads, rxjava
- Language: Kotlin
- Homepage: https://android.jlelse.eu/8-ways-to-do-asynchronous-processing-in-android-and-counting-f634dc6fae4e
- Size: 155 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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