An Android developer focused on software architecture and programming conventions
For my blog: mutkuensert.github.io
An Android developer focused on software architecture and programming conventions
For my blog: mutkuensert.github.io
An example Android app for generating key pairs in trusted execution environment to sign data requiring biometric authentication using Android keystore.
Kotlin 1
An arduino/esp32 project that evaluates air quality and serves data through local network or access point
Kotlin 1
A scalable multimodule codebase for big projects which demonstrates that each feature module’s internal layers are fully decoupled, both from each other and from the layers of other features. It in…
Kotlin 1
Simple note app with more than 10K downloads on Play Store.
Kotlin 1
import android.graphics.Typeface
import android.text.Annotation
import android.text.SpannedString
import android.text.style.ForegroundColorSpan
import android.text.style.StrikethroughSpan
ext.getChangeLog = { lastCommitsCount = 10 ->
return formatGitLog(getGitLogUntilCommitNumber(lastCommitsCount))
}
ext.getReleaseChangeLog = {