Skip to content
View antonshilov's full-sized avatar

Block or report antonshilov

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 Loading

  1. ComposeAnimations Public

    Collection of nice animations created with Jetpack Compose

    Kotlin 342 15

  2. bumble-tech/appyx Public

    Model-driven navigation + UI components with gesture control for Compose Multiplatform

    Kotlin 1.2k 60

  3. badoo/RIBs Public

    Badoo's take on RIBs

    Kotlin 161 50

  4. Kotlin extension function for nullab...
    1
    /**
    2
     * Kotlin extension function for nullable types to cast them to non-null or get a default value
    3
     */
    4
    public inline fun <T> T?.or(default: T): T = this ?: default
  5. compass Public

    Sample application for the Android Jetpack Navigation Library shared element transition

    Kotlin 8

  6. RxJava 2 extension function to do so...
    1
    package com.antonshilov.rxextensions
    2
    
                  
    3
    import io.reactivex.Single
    4
    
                  
    5
    fun <T, R> Single<T>.doOnErrorAndRetry(action: Single<R>): Single<T> =

225 contributions in the last year

Contribution Graph
Day of Week February March April May June July August September October November December January February
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Loading A graph representing antonshilov's contributions from February 11, 2024 to February 17, 2025. The contributions are 43% code review, 29% commits, 28% pull requests, 0% issues.

Contribution activity

February 2025

27 contributions in private repositories Feb 3 – Feb 14
Loading

Seeing something unexpected? Take a look at the GitHub profile guide.