Skip to content
View TheMaxCoder's full-sized avatar
πŸ‘¨β€πŸ’»
Busy coding
πŸ‘¨β€πŸ’»
Busy coding
Block or Report

Block or report TheMaxCoder

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

Hi there, I'm Atiq πŸ‘‹

πŸ‘¨β€πŸ’» I'm an Android Developer with 7+ years of experience crafting production-ready apps, primarily in Kotlin.

πŸ’Ό Remote Freelance Android Developer (Jan 2017 – Present)

  • πŸ“± Maintained and enhanced existing applications with 90M+ downloads while developing new apps from scratch, garnering 1M+ downloads.

πŸ’» Skills: Kotlin, Java, Jetpack Compose, Android Architecture Components (ViewModel, LiveData), Material Design, Kotlin Coroutines, Android Jetpack (Room, Hilt, Paging), Retrofit, Koin.

🌟 Fun Fact: Ranked in the top 1% on StackOverflow in Android tag with a 14k+ reputation.

πŸ“š Interests: Avid reader of non-fiction, fitness enthusiast.

Feel free to connect with me on LinkedIn!

Pinned

  1. QuoteFul QuoteFul Public

    QuoteFul is a minimalist Android app showcasing modern architecture components with MVVM design. Fetch quotes from the Quotable API and present them elegantly on your device.

    Kotlin

  2. AndroidStudio-LiveTemplate-Timber AndroidStudio-LiveTemplate-Timber Public

    Live template for logging library timber to make the logging easy

    2

  3. Android-CleanArchitecture Android-CleanArchitecture Public

    Forked from android10/Android-CleanArchitecture

    This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.

    Java 1

  4. Install APK on all attached devices Install APK on all attached devices
    1
    @ECHO OFF
    2
    
                  
    3
    :: Sets the title of the CMD window
    4
    Title Installing %1
    5
    
                  
  5. Script for double click install of a... Script for double click install of an APK on single device
    1
    @ECHO OFF
    2
    
                  
    3
    :: Sets the title of the CMD window
    4
    Title Installing %1
    5