Skip to content
View matinnasiri01's full-sized avatar
🏠
Working at 127.0.0.1
🏠
Working at 127.0.0.1

Block or report matinnasiri01

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

Android Developer - Kotlin

I'm an Android developer fluent in Kotlin and I'm trying to be a useful member of this community. My goal is to create modern and high-quality applications for the Android operating system. Here you can see a sample of my projects and contributions in the open source domain.

Pinned Loading

  1. Coinmaster Coinmaster Public

    Android app for real-time data on top 10 cryptocurrencies. Tracks prices, market cap, volume, and trends via interactive charts.

    Kotlin

  2. Breezy Breezy Public

    A simple weather app

    Kotlin 1

  3. matinnasiri01.github.io matinnasiri01.github.io Public

    I decided to have a personal website, so I started building it

    HTML

  4. Add shimmer effect to your view with... Add shimmer effect to your view without adding additional libraries.
    1
    /**
    2
     * Shimmer Effect Use Custom Code In Compose.
    3
     *  @param[customColorList] You can set Your custom color for effect
    4
     */
    5
    fun Modifier.shimmerEffect(customColorList: List<Color>? = null): Modifier = composed {