Skip to content
View MRezaNasirloo's full-sized avatar
👨‍💻
👨‍💻
Block or Report

Block or report MRezaNasirloo

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. Slick Slick Public archive

    A Reactive MVP Framework which is Slick to use

    Java 192 20

  2. CoolTV CoolTV Public

    A Compose TV & Mobile app

    Kotlin 1

  3. CircularProgressBar CircularProgressBar Public

    A subclass of {android.view.View} class for creating a custom circular progressBar

    Java 273 73

  4. Slick-Movies Slick-Movies Public

    A material design movies app

    Java

  5. Share ViewModels across LifecycleOwners Share ViewModels across LifecycleOwners
    1
    package com.mrezanasirloo.ganjeh
    2
    
                  
    3
    import android.util.SparseArray
    4
    import androidx.activity.ComponentActivity
    5
    import androidx.annotation.MainThread
  6. This Adapter eliminates the need to ... This Adapter eliminates the need to write custom RecyclerView.Adapters
    1
    package com.mrezanasirloo.adapter
    2
    
                  
    3
    import android.view.ViewGroup
    4
    import androidx.recyclerview.widget.RecyclerView
    5