Skip to content
View mutkuensert's full-sized avatar

Block or report mutkuensert

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

Hello World! I'm Utku 👋

An Android developer focused on software architecture and conventions

For my gists: gist.github.com/mutkuensert

Pinned Loading

  1. AndroidSignatureExample AndroidSignatureExample Public

    An example Android app for generating key pairs in trusted execution environment to sign data requiring biometric authentication using Android keystore.

    Kotlin 1

  2. Arduino-air-quality-monitor-esp32 Arduino-air-quality-monitor-esp32 Public

    An arduino/esp32 project that evaluates air quality and serves data through local network or access point

    Kotlin 1

  3. MovieDb-Light MovieDb-Light Public

    Fast, efficient moviedb app demonstrates multi module structure, relation entities, auto migrations and cached pagination within room database, updating paginated data, precompiled script plugins

    Kotlin 1

  4. Highlight-and-Note Highlight-and-Note Public

    Simple note app with more than 10K downloads on Play Store.

    Kotlin 1

  5. SafeCallJava SafeCallJava Public

    A simple class to prevent NullPointerExceptions in Java

    Kotlin

  6. Change log methods Change log methods
    1
    ext.getChangeLog = { lastCommitsCount = 10 ->
    2
        return formatGitLog(getGitLogUntilCommitNumber(lastCommitsCount))
    3
    }
    4
    
                  
    5
    ext.getReleaseChangeLog = {