Skip to content
View mirmilad's full-sized avatar
Block or Report

Block or report mirmilad

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. paging-coroutine paging-coroutine Public

    Android paging library which uses Kotlin Coroutine based on androidx.paging

    Kotlin 22 4

  2. WebApiNamespaceRouting WebApiNamespaceRouting Public

    A simple library to write http routes based on controllers namespace in WebApi

    C# 1 1

  3. architecture-components-samples architecture-components-samples Public

    Forked from android/architecture-components-samples

    Samples for Android Architecture Components.

    Kotlin 4

  4. grafika grafika Public

    Forked from google/grafika

    Grafika test app

    Java 8 2

  5. Simple debounce extension for LiveDa... Simple debounce extension for LiveData by using Coroutines
    1
    import androidx.lifecycle.LiveData
    2
    import androidx.lifecycle.MediatorLiveData
    3
    import kotlinx.coroutines.CoroutineScope
    4
    import kotlinx.coroutines.Job
    5
    import kotlinx.coroutines.delay
  6. Android Paging Library with Kotlin C... Android Paging Library with Kotlin Coroutines
    1
    import androidx.paging.PageKeyedDataSource
    2
    import kotlinx.coroutines.CoroutineScope
    3
    import kotlinx.coroutines.Job
    4
    import kotlinx.coroutines.launch
    5
    import kotlin.coroutines.CoroutineContext