Skip to content
View iprashantpanwar's full-sized avatar
🦮
🦮

Block or report iprashantpanwar

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

👋 Hi, I'm Prashant Panwar

🚀 **Senior Android Engineer | SDK Enthusiast | KMM | Compose **

With 8 years of experience, I specialize in architecting and developing large-scale mobile applications and SDKs that power millions of users worldwide. I enjoy solving challenging engineering problems, building performant apps, and sharing my learnings through writing and open source.


🔭 About Me

  • 💼 Currently Founding Mobile SDK Engineer at Commotion
  • 📹 Previously built the InVideo Video Editor App (1M+ downloads) at InVideo
  • 📺 Founding Android Engineer at Rheo TV
  • 🌱 Passionate about Jetpack Compose, KMM, SDK Design, and Performance Engineering
  • ✍️ I write blogs on Android performance, animations, and architectureMedium

🛠️ Skills & Tools

Languages & Frameworks
Kotlin · Java · Python · Jetpack Compose · KMM · Android SDK

Architecture & Libraries
Clean Architecture · MVVM · MVI · SDK Development · Coroutines · RxJava · Ktor · Retrofit · Hilt · Koin · Room

Other Expertise
CI/CD · Git · Firebase · Unit Testing · Agile · Mentorship


✍️ Recent Blog Posts

👉 See all posts on Medium


🌐 Connect With Me


“Stay curious. Keep coding. Keep shipping.”

Pinned Loading

  1. JellyFab JellyFab Public

    🪼 JellyFab – a delightful, spring-powered Floating Action Menu for Jetpack Compose. Elastic blob, soft shadows, smooth arcs, all in pure Compose.

    Kotlin 37 2

  2. Composio Composio Public

    A collection of delightful animations built with Jetpack Compose.

    Kotlin

  3. Monolith Monolith Public

    Android Application for news read and image gallery.

    Java 1

  4. CineFolks CineFolks Public

    Android Application for finding Movies and TV-Series.

    Java

  5. Morphing Blobs with Jetpack Compose,... Morphing Blobs with Jetpack Compose, Inspiration: https://dribbble.com/shots/17566578-Fitness-Mobile-App-Everyday-Workout
    1
    /**
    2
     * Encapsulates the visual styling of a morphing blob.
    3
     */
    4
    data class BlobStyle(
    5
        val effect: BlobEffect = BlobEffect(),
  6. ComposeWebWasm.kt ComposeWebWasm.kt
    1
    import androidx.compose.animation.AnimatedVisibility
    2
    import androidx.compose.animation.core.*
    3
    import androidx.compose.foundation.background
    4
    import androidx.compose.foundation.layout.*
    5
    import androidx.compose.foundation.shape.CircleShape