Pinned Loading
-
paging-coroutine
paging-coroutine PublicAndroid paging library which uses Kotlin Coroutine based on androidx.paging
-
WebApiNamespaceRouting
WebApiNamespaceRouting PublicA simple library to write http routes based on controllers namespace in WebApi
-
architecture-components-samples
architecture-components-samples PublicForked from wbinarytree/android-architecture-components
Samples for Android Architecture Components.
Kotlin 4
-
-
Simple debounce extension for LiveDa...
Simple debounce extension for LiveData by using Coroutines 1import androidx.lifecycle.LiveData
2import androidx.lifecycle.MediatorLiveData
3import kotlinx.coroutines.CoroutineScope
4import kotlinx.coroutines.Job
5import kotlinx.coroutines.delay
-
Android Paging Library with Kotlin C...
Android Paging Library with Kotlin Coroutines 1import androidx.paging.PageKeyedDataSource
2import kotlinx.coroutines.CoroutineScope
3import kotlinx.coroutines.Job
4import kotlinx.coroutines.launch
5import kotlin.coroutines.CoroutineContext
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.