-
Updated
Sep 10, 2020 - Kotlin
coroutines-android
Here are 343 public repositories matching this topic...
-
Updated
Nov 13, 2020 - Java
-
Updated
Nov 11, 2020 - Kotlin
-
Updated
Aug 31, 2020 - Kotlin
-
Updated
Jun 15, 2020 - Kotlin
-
Updated
Nov 11, 2020 - Kotlin
-
Updated
Sep 17, 2020 - Kotlin
If you want to contribute resources to learn-jetpack-compose-android, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
-
Updated
Oct 30, 2020 - Kotlin
-
Updated
Jul 6, 2020 - Kotlin
When an API exception is happening the exception should be caught in catch block is it?
`
fun invoke(
scope: CoroutineScope,
params: Params?,
onResult: (UseCaseResponse)
) {
val backgroundJob = scope.async {
run(params)
}
scope.launch {
backgroundJob.await().let {
try {
-
Updated
Feb 13, 2019 - Kotlin
-
Updated
Nov 15, 2020 - Kotlin
If you want to contribute resources to awesome-jetpack-compose-android-apps, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.
Feel free to send Pull Requests, fix typos, grammatical mistakes ...
-
Updated
Mar 10, 2020 - Kotlin
Is your feature request related to a problem? Please describe.
Currently, the parse method in the LiveDataHandler method takes in a non-nullable function parameter, this should be edited to take in a nullable function.
Describe the solution you'd like
The parse method should be able to take in a non-nullable function or it should have a default empty function.
**Describe alternativ
-
Updated
Nov 16, 2020 - Kotlin
-
Updated
Jan 31, 2019 - Kotlin
-
Updated
Aug 24, 2020 - Kotlin
-
Updated
Jun 18, 2020 - Kotlin
-
Updated
Nov 15, 2020 - Kotlin
-
Updated
Jan 27, 2020 - Kotlin
-
Updated
Sep 28, 2020 - Kotlin
-
Updated
Sep 14, 2019 - Kotlin
-
Updated
Aug 8, 2020 - Kotlin
-
Updated
Jun 4, 2020 - Kotlin
-
Updated
Aug 23, 2020 - Kotlin
-
Updated
Aug 16, 2020 - Kotlin
Improve this page
Add a description, image, and links to the coroutines-android topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the coroutines-android topic, visit your repo's landing page and select "manage topics."
If you want to contribute android learning resources to awesome-android-learning-resources, Pull Requests are welcomed!
If you are a beginner looking for your first contribution to Open Source, I will help you with Pull Request and contributing guide.🐣
Feel free to send Pull Requests, fix typos, grammatical mistakes ...