Skip to content
View gradlevv's full-sized avatar
πŸ˜€
πŸ˜€
Block or Report

Block or report gradlevv

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

πŸ‘‹ Hello world

My name is Javad, I'm an android developer. Besides loving my job , I love to read books, play video games

🧐 About me

  • Android Developer at 724

πŸ€“ Connect

πŸ–₯️ Skills

GitGitlabGithubAndroidWindowsUbuntuJavaKotlinFigmaIntelliJ IDEA Android StudioJiraGradleTrello

Pinned

  1. simple-weather simple-weather Public

    a modular weather application with jetpack compose

    Kotlin

  2. newsify newsify Public

    a simple modular news application with TopHeadLines and Search news feature

    Kotlin

  3. Lifecycle-aware VPN detector Lifecycle-aware VPN detector
    1
    @Suppress("Deprecation")
    2
    private class LegacyVPNDetector(
    3
        private val context: Context,
    4
        connectivityManager: ConnectivityManager
    5
    ) : VPNDetector(connectivityManager) {