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], an Android developer with almost three years of experience in building efficient and scalable applications. I specialize in Kotlin and am currently focused on modern architecture patterns like MVVM and Clean Architecture.

  • 🔭 I’m currently working on Android applications that leverage the latest Jetpack components.
  • 🌱 I’m learning advanced Jetpack Compose features and best practices in securing memory.
  • 👯 I’m looking to collaborate on projects that explore innovative UI/UX designs and architecture.
  • 💬 Ask me about Android development, Kotlin, or anything related to clean architecture.
  • 📫 You can reach me at [[email protected]] or connect with me on LinkedIn.
  • ⚡ Fun fact: I enjoy exploring new recipes in my free time!

Feel free to reach out if you’d like to connect!

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,