Skip to content
View bentrengrove's full-sized avatar

Organizations

@android @googlers
Block or Report

Block or report bentrengrove

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. chess chess Public

    Chess written with Jetpack Compose

    Kotlin 45 7

  2. project-explorer project-explorer Public

    An sample Android app for browsing projects on GitHub

    Kotlin 2

  3. compose-samples compose-samples Public

    Forked from android/compose-samples

    Kotlin 1

  4. composedevchallenge-week1 composedevchallenge-week1 Public

    Kotlin 4 1

  5. MatrixText.kt - A Composeable that d... MatrixText.kt - A Composeable that displays text Matrix style down the screen
    1
    private const val MAX_SPEED = 25
    2
    private const val MIN_SPEED = 7
    3
    private const val MAX_FONT_SIZE = 64f
    4
    private const val MIN_FONT_SIZE = 24f
    5
    private val characters = listOf("", "", "", "", "", "", "", "", "")