Pinned Loading
-
ComposeAnimations
ComposeAnimations PublicCollection of nice animations created with Jetpack Compose
-
bumble-tech/appyx
bumble-tech/appyx PublicModel-driven navigation + UI components with gesture control for Compose Multiplatform
-
-
Kotlin extension function for nullab...
Kotlin extension function for nullable types to cast them to non-null or get a default value 1/**
2* Kotlin extension function for nullable types to cast them to non-null or get a default value
3*/
4public inline fun <T> T?.or(default: T): T = this ?: default
-
RxJava 2 extension function to do so...
RxJava 2 extension function to do something and retry after error 1package com.antonshilov.rxextensions
23import io.reactivex.Single
45fun <T, R> Single<T>.doOnErrorAndRetry(action: Single<R>): Single<T> =
225 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
antonshilov/ComposeAnimations,
antonshilov/transactionalmap
Loading
Contribution activity
February 2025
27
contributions
in private repositories
Feb 3 – Feb 14