Skip to content
View mutkuensert's full-sized avatar
Block or Report

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. BitmapCompression BitmapCompression Public

    A Bitmap compression utility library.

    Kotlin 7 2

  2. BasicBottomSheet BasicBottomSheet Public

    An easy to use Android compose bottom sheet.

    Kotlin 2 1

  3. Movee Movee Public

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

    Kotlin 1

  4. Force-4G Force-4G Public

    An Android App in order to start GSM network preferences. (Remember if your phone or carrier doesn't support VoLTE, your phone cannot recieve or make phone calls in "LTE Only" mode.)

    Kotlin 1

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