Skip to content
View yuuttoo's full-sized avatar
  • Taipei, Taiwan
Block or Report

Block or report yuuttoo

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

    Kotlin

  2. KotlinSimpleYelp KotlinSimpleYelp Public

    Kotlin

  3. MyMemory MyMemory Public

    An Android Game Clone from Rahul Pandey for Kotlin learning purpose

    Kotlin

  4. ProfileCardJetpackCompose ProfileCardJetpackCompose Public

    Excercise Project from Udemy Course Jetpack Compose Crash course for Android with Kotlin

    Kotlin

  5. AndroidSpaceX AndroidSpaceX Public

    Advanced Data Binding in Android: Binding Adapters Project from raywenderlich

    Kotlin

  6. Vertical slider in Jetpack Compose Vertical slider in Jetpack Compose
    1
    @Composable
    2
    fun slider() : Int
    3
    {
    4
        var sliderPosition by remember { mutableStateOf(0f) }
    5
        Slider(