Skip to content
View muhammadawaisshan's full-sized avatar
๐Ÿ˜
Focusing
๐Ÿ˜
Focusing

Block or report muhammadawaisshan

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

Hi there! ๐Ÿ‘‹ I'm Muhammad Awais

I'm an Android Developer with 3 years of experience in building scalable, efficient, and user-friendly mobile applications. I specialize in Kotlin, modern architecture patterns like MVVM and Clean Architecture, and Jetpack Compose. Recently, Iโ€™ve been diving into Kotlin Multiplatform (KMM) and Compose Multiplatform to explore cross-platform development for Android, iOS, and desktop.

๐Ÿ”ง What Iโ€™m currently working on:

  • Developing native Android applications using Jetpack Compose and MVVM architecture.
  • Exploring Kotlin Multiplatform Mobile (KMM) and Compose Multiplatform for cross-platform development across Android, iOS, and desktop.

๐ŸŒฑ Currently learning:

  • Advanced features of Jetpack Compose for building dynamic and responsive UIs.
  • Best practices for Kotlin Multiplatform (KMM) to optimize shared codebases for Android and iOS.

๐Ÿค Letโ€™s collaborate!

Iโ€™m always looking for opportunities to collaborate on innovative UI/UX designs, Kotlin, Jetpack Compose, and Kotlin Multiplatform projects.

๐Ÿ’ฌ Ask me about:

  • Kotlin, Android development, Jetpack Compose, MVVM, KMM, Compose Multiplatform, or anything related to building scalable, maintainable apps.

๐Ÿ“ซ How to reach me:

โšก Fun fact:

Iโ€™m passionate about exploring new technologies and love challenging myself with creative coding projects in my free time! ๐Ÿš€

Pinned Loading

  1. ratingbottomsheet ratingbottomsheet Public

    Rating Bar Bottom Sheet: An Android library that provides a customizable rating bar in a bottom sheet dialog. Easily integrate a user-friendly rating interface into your applications, allowing for โ€ฆ

    Kotlin 3

  2. list of extension functions list of extension functions
    1
    
                  
    2
    // Extension function to convert SDP dimension to pixels
    3
    fun Context.sdpToPx(sdpResourceId: Int): Float {
    4
        return TypedValue.applyDimension(
    5
            TypedValue.COMPLEX_UNIT_PX,