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

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

Pinned

  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

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

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

    EJS

  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 {