Published inProAndroidDevFlexible RecyclerView Adapter with MVVM and Data BindingA RecyclerView Adapter that can handle multiple item types without much boilerplate and can be reused on any screen with list content.Aug 17, 20217Aug 17, 20217
Published inProAndroidDevMake your Android Views accessible with only one line of codeUse this extension function to expand any view’s touch target.Feb 21, 2021Feb 21, 2021
Published inAndroidPubHow to inject mock dependencies into Android components using Dagger AndroidInjectorMake independent UI/instrumentation tests with this techniqueSep 9, 20185Sep 9, 20185
Published inAndroidPubHow to bind a list of items to a RecyclerView with Android Data BindingMake your life easier and your code cleaner with a custom Binding Adapter.Aug 6, 201810Aug 6, 201810
Published inAndroidPubComplete example of testing MVP architecture with Kotlin and RxJava — Part 3Creating UI tests with fake data using Espresso.Oct 23, 2017Oct 23, 2017
Published inAndroidPubComplete example of testing MVP architecture with Kotlin and RxJava — Part 2In this part we will test the presenter by substituting the RxJava schedulers with test schedulers.Oct 4, 20171Oct 4, 20171
Published inAndroidPubComplete example of testing MVP architecture with Kotlin and RxJava — Part 1In this part we will test the Room database, repository and interactor layers.Sep 21, 2017Sep 21, 2017
Published inMindOrksHow to make complex requests simple with RxJava in KotlinEliminate the callback hell with the help of zip and flatMap operators of RxJava, and make it even more elegant using Kotlin.Aug 8, 20174Aug 8, 20174