Skip to content
View vganin's full-sized avatar

Block or report vganin

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. click-track click-track Public

    Metronome app for Android (iOS in the works)

    Kotlin 22 1

  2. dpad-aware-recycler-view dpad-aware-recycler-view Public archive

    RecyclerView extension that highly cares about D-pad

    Java 23 19

  3. Jetpack Compose simple number picker Jetpack Compose simple number picker
    1
    @Composable
    2
    fun NumberPicker(
    3
        state: MutableState<Int>,
    4
        modifier: Modifier = Modifier,
    5
        range: IntRange? = null,
  4. [DEPRECATED, use official FlowRow in... [DEPRECATED, use official FlowRow instead] Jetpack Compose simple flex-wrap container
    1
    @Composable
    2
    fun FlowRow(
    3
        horizontalGap: Dp = 0.dp,
    4
        verticalGap: Dp = 0.dp,
    5
        alignment: Alignment.Horizontal = Alignment.Start,