PinnedAlexey BykovinProAndroidDevHow RxJava chain actually worksRxJava was created quite a while ago, but it is still widely used in large Android projects as the main tool for managing streams and…Feb 15, 20219Feb 15, 20219
PinnedAlexey BykovinProAndroidDevKotlin Coroutines Flow in a nutshellIn my previous post, I described how RxJava actually works. For a long time, it has been a non-official standard and the main tool for…Feb 16, 20223Feb 16, 20223
PinnedAlexey BykovinProAndroidDevGradle Cache: Your build’s best friendThroughout most of my career, I have tried to avoid everything about Gradle as much as possible. For me, it was always just a tool that I…Jul 24, 20231Jul 24, 20231
Alexey BykovinProAndroidDevImproving video playback with ExoPlayerIn this article, I will share practical tips, supported by production data, on how to improve video playback from different perspectives.Jul 6Jul 6
Alexey BykovinProAndroidDevAll you need to know about ArrayMap & SparseArrayAndroid SDK offers a rich variety of useful utilities that we successfully apply in development. However, there are other collections such…Dec 10, 20205Dec 10, 20205