PinnedPublished inProAndroidDevDetect text overflow in Jetpack ComposeTexts are complex UI elements. When they don't fit the screen, it is possible to show overflow dots but then part of the information is…Jan 7, 2022Jan 7, 2022
PinnedMy Journey of Fixing Kotlin Code FormatterA short summary of why and how I fixed Kotlin formatter code and write a ktlint rule library for broken formatter option.Apr 17, 20201Apr 17, 20201
Android lint rule for immutable Kotlin data classesKotlin data classes are much better when they are immutable. Alongside using `val`, they also shouldn't have mutable collections.Apr 6, 2020Apr 6, 2020