PinnedStrategies for automatically refreshing data on Android using Kotlin FlowMaking timers lifecycle-awareOct 6, 20233324Oct 6, 20233324
PinnedKotlin JSON Benchmark on Android (2022): Moshi vs Kotlin SerializationWhen it comes to automatic serialization and deserialization of Kotlin classes using the JSON format, the two main libraries compatible…Oct 14, 20225002Oct 14, 20225002
ViewLifecycleLazy and other ways to avoid View memory leaks in Android FragmentsYet another take on AutoClearedValueSep 28, 20222042Sep 28, 20222042
Smarter Shared Kotlin FlowsMake the lifecycle available to the upstream Flow to skip unnecessary workJun 6, 20224307Jun 6, 20224307
Kotlin’s Flow in ViewModels: it’s complicatedLiveData is still your friendAug 28, 20212.6K17Aug 28, 20212.6K17
Fixing RecyclerView nested scrolling in opposite directionand making ViewPager2 usableMar 26, 20201.4K13Mar 26, 20201.4K13
A study of the Parcelize feature from Kotlin Android ExtensionsLife is too short to waste time on writing Parcelable codeNov 19, 20191.91K6Nov 19, 20191.91K6
Advanced JSON parsing techniques using Moshi and KotlinA match made in parser heavenJul 30, 20182.4K9Jul 30, 20182.4K9
Flash your Lenovo Ideapad laptop BIOS from Linux using UEFI capsule updatesI’m the happy owner of a Lenovo Ideapad laptop (model 710S-13IKB). It’s comparable to the Dell XPS 13 and runs beautifully under Linux, but…Jul 14, 201825422Jul 14, 201825422
Architecture Components pitfalls — Part 1LiveData and the Fragment lifecycleOct 24, 20175.8K25Oct 24, 20175.8K25
Reducing Parcelable boilerplate code using KotlinUpdate (november 2019): I published a detailed new article about how to use Parcelize to have your Parcelable boilerplate code generated…Jul 15, 201712Jul 15, 201712
Fixing ugly Java APIs: read-only generic varargsand how Kotlin generic types are superior to Java’sJun 30, 2017Jun 30, 2017
Exploring Kotlin’s hidden costs — Part 2Local functions, null safety and varargsJun 12, 20172Jun 12, 20172
Exploring Kotlin’s hidden costs — Part 1Lambda expressions and companion objectsJun 5, 201714Jun 5, 201714
Implementing a modal selection helper for RecyclerViewI recently spent some time implementing one of the last missing pieces that prevented me from migrating some ListViews to the new and more…Sep 5, 20162Sep 5, 20162