Skip to content
View idineshgovind's full-sized avatar

Block or report idineshgovind

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
idineshgovind/README.md

Hello World ๐Ÿ‘‹, I'm Dinesh

I am a 20 years old Android developer๐Ÿ“ฑ with experience in Kotlin ๐Ÿ‘จโ€๐Ÿ’ป. I have a strong foundation in programming principles and a passion for creating user-friendly mobile applications. In my past projects, I have utilized my skills in Kotlin and Android development to create and deliver successful apps to clients. I am constantly seeking to learn and improve my abilities as a developer, and I am excited to continue building my career in the field.

Connect with me:

i_dinesh_govind idineshgovind idineshgovind

Languages and Tools:

android git java javascript kotlin swift

My Github Stats:๐Ÿ‘‡

idineshgovind


idineshgovind


idineshgovind

Pinned Loading

  1. Custom ActionBar with Icon Visibilit... Custom ActionBar with Icon Visibility Handling in Jetpack Compose
    1
    package com.dinesh.example.actionbar
    2
    
                  
    3
    import androidx.compose.ui.graphics.vector.ImageVector
    4
    
                  
    5
    sealed interface ActionMenuItem {
  2. Srollbar for Jetpack Compose lazycolumn Srollbar for Jetpack Compose lazycolumn
    1
    @Composable
    2
    fun Modifier.composeSimpleVerticalScrollbar(
    3
        state: LazyGridState,
    4
        width: Dp = 8.dp
    5
    ): Modifier {
  3. BlockDrop-TetrisGame BlockDrop-TetrisGame Public

    Block Drop is a classic Tetris game implemented in Kotlin with Compose Multi-platform for Android and iOS. This project showcases cross-platform development, delivering a native-like experience on โ€ฆ

    Kotlin

  4. Advent-Of-Code-2022-Solutions Advent-Of-Code-2022-Solutions Public

    Advent Of Code 2022 Solutions by Dinesh G

    Python 1