Published inProAndroidDevKotlin: Diving in to Coroutines and ChannelsAn illustrated guide to coroutines and channels in KotlinJan 20, 201912Jan 20, 201912
Published inProAndroidDevAsynchronous DiffUtil with Kotlin CoroutinesTake advantage of Coroutines to make your DiffUtil asynchronousNov 7, 20185Nov 7, 20185
Published inProAndroidDevRecyclerView Recipes: Snap to first itemModify SnapHelper to snap to the first itemJun 25, 20182Jun 25, 20182
Kotlin Concurrency with ActorsA collection of tips on approaching concurrency in Kotlin using ActorsJun 13, 20183Jun 13, 20183
Published inProAndroidDevInside RecyclerView’s SnapHelperWhat is SnapHelper and how you can customize it to work for you!Sep 15, 20173Sep 15, 20173
5 Not So Obvious Things About RxJavaWhether you’re new to RxJava, or have used it for a while, there’s always something new to learn. While using the framework, I learned 5…Feb 24, 201714Feb 24, 201714
Android Handler InternalsFor an Android application to be responsive, you need to prevent the UI thread from blocking. Responsiveness also increases when blocking…Sep 21, 201616Sep 21, 201616