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.

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

About me

Hello World! I'm Utku 👋

I am a passionate Android developer focused on architectural issues and coding conventions, aiming to craft maintainable, clean projects. I strive to create efficient and user-friendly mobile applications.

For my gists: gist.github.com/mutkuensert

Pinned Loading

  1. Highlight-and-Note Highlight-and-Note Public

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

    Kotlin 1

  2. 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

  3. BasicBottomSheet BasicBottomSheet Public

    An easy to use Android compose bottom sheet.

    Kotlin 3 1

  4. Movee Movee Public

    A multi module project includes authentication and cached pagination with clean architecture.

    Kotlin 1

  5. BitmapCompression BitmapCompression Public

    A Bitmap compression utility library.

    Kotlin 7 2

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