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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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

About Me

I'm a Mobile Engineer at Zoho with 4+ years of experience building Android applications that focus on performance, usability, and real user impact.

My core stack is Kotlin, Java, Jetpack Compose, and modern Android architecture. I'm currently expanding into Kotlin Multiplatform to build scalable cross-platform solutions and improve code reusability.

I actively use AI tools in my development workflow to speed up implementation, explore better architectural approaches, and reduce repetitive work. Strong fundamentals still matter—but the way we build software is evolving, and I make sure I evolve with it.

Beyond coding, I think from a product perspective: understanding user problems, refining feature details, and collaborating closely with design and product teams to ship meaningful improvements.

What I focus on:

  • Android & modern app architecture
  • Kotlin & Java
  • Kotlin Multiplatform
  • AI-assisted development
  • Product-driven engineering

I care about building things that are useful, maintainable, and built with intention.

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