Skip to content
View bentrengrove's full-sized avatar

Organizations

@android @googlers
Block or Report

Block or report bentrengrove

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. chess chess Public

    Chess written with Jetpack Compose

    Kotlin 46 6

  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("", "", "", "", "", "", "", "", "")