Skip to content
View PatrykMis's full-sized avatar

Sponsoring

@thestinger
@accrescent

Organizations

@talkback-foss-team

Block or report PatrykMis

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
PatrykMis/README.md
fun getAbout(): AndroidDeveloper {
    val fullName = "Patryk MiΕ›"
    val description = """
        I care about making technology work for everyone. My main focus is Android accessibility and building open-source screen readers that give real independence to users who rely on them.

        πŸ“± Android Accessibility
        I explore how Android can be more inclusive - from accessible UI design to improving system-level interaction for assistive tech users.

        🌐 Open-Source Screen Readers
        I support the open software movement by contributing to free, community-driven screen reader projects. The goal is simple: open code, open access, equal opportunity.

        Technology should serve people - all people.
    """.trimIndent()

    val skills = mapOf(
        "HTML" to "2007 ~ Today, from 4.01 Strict to WHATWG HTML Living Standard",
        "ARIA" to "2015 ~ Today, evolving WAI-ARIA spec",
        "Kotlin" to "basic",
        "Java" to "basic",
        "C/C++" to "basic",
        "Rust" to "basic",
        "Python" to "basic"
    )

    return AndroidDeveloper(fullName, description, skills)
}

Pinned Loading

  1. Irineu333/SpeakTouch Irineu333/SpeakTouch Public

    [WIP] A free software screen reader for Android.

    Kotlin 9

  2. BAR BAR Public

    Forked from chenxiaolong/BCR

    A Basic Audio Recorder

    Kotlin 3