Published inThe StartupAndroid: unit testing tips & tricksFrom a developer’s perspective, Android has come a long way from its early days when it was absolutely common to write all the code…Aug 14, 2021Aug 14, 2021
Published inThe StartupImplementing the Complete “SMS Verification” Flow Using Consent API in AndroidIn one of my recent projects I needed to implement a quite popular UI for entering confirmation codes (which are usually received via SMS…Jan 6, 20214Jan 6, 20214
RecyclerView 2020: a modern way of dealing with lists in Android using DataBinding — Part 2In the first article of this series, we discussed some disadvantages of the traditional “1 adapter per case” approach of working with…May 23, 20205May 23, 20205
RecyclerView 2020: a modern way of dealing with lists in Android using DataBindingRecyclerView is undoubtedly one of the most important and widely used UI widgets available in Android SDK nowadays, and it’s really hard…May 11, 20202May 11, 20202
Published inThe StartupMeasuring unit test coverage in multi-module Android projects using Jacoco: Part 2In the first article, we discovered one of the two key Gradle commands which come with Jacoco plugin — jacocoTestReport. As you now know…May 5, 2020May 5, 2020
Measuring unit test coverage in multi-module Android projects using JacocoНе так давно наша команда решила всерьез заняться unit-тестированием на проекте. На самом деле, у нас уже была практика писать тесты, но…Apr 11, 20204Apr 11, 20204