Jetpack Compose Jetpack Compose: Building Grids We will explore different ways of building grids and table use Jetpack Compose in this article. Alex Zhukovich Sep 2, 2021 7 min read
Jetpack Compose Jetpack Compose: styling Text We will explore many customization options for the text with Jetpack Compose in this article. Alex Zhukovich Jul 26, 2021 9 min read
Jetpack Compose Jetpack Compose: Layouts Introduction Jetpack Compose provides a declarative way of building the UI of the Android app. Layouts are an essential component Alex Zhukovich Jul 16, 2021 13 min read
ADB ADB commands: Accessibility Many accessibility features are integrated into the Android, and others can be installed and used via apps. We will explore how to change them via UI or ADB commands. Alex Zhukovich Apr 9, 2021 6 min read
Android Studio Layout Inspector in 2021 The article was updated on 17 February 2021. The original article was published on 6 August 2020. Let's Alex Zhukovich Feb 17, 2021 6 min read
ADB Helpful ADB commands The Android Debug Bridge is better known as ADB. It is a command-line utility, included in Android SDK, which allows Alex Zhukovich Jan 27, 2021 4 min read
Android Testing UI testing of Android Runtime Permissions Runtime Android Permissions were introduced in Android 6.0 (API 23), and starting from then, we could change the state Alex Zhukovich Jan 22, 2021 5 min read
LiveData Migrate from LiveData to StateFlow and SharedFlow LiveData related articles * LiveData under the hood * LiveData: Good practices * Migrate from LiveData to StateFlow and SharedFlow LiveData is one Alex Zhukovich Jan 14, 2021 4 min read
LiveData LiveData: Good practices LiveData related articles * LiveData under the hood * LiveData: Good practices * Migrate from LiveData to StateFlow and SharedFlow LiveData is one Alex Zhukovich Jan 5, 2021 4 min read
Annual Review Rewiew of 2020 The first weekend of 2021 is the best time to summarize the professional successes of 2020 related to sharing information. Alex Zhukovich Jan 3, 2021 2 min read
LiveData LiveData under the hood LiveData related articles * LiveData under the hood * LiveData: Good practices * Migrate from LiveData to StateFlow and SharedFlow LiveData is one Alex Zhukovich Dec 29, 2020 7 min read
Android Testing Local and Instrumentation tests in Android This article is a part of the "Efficient Android testing" series: * Introduction * Local and Instrumentation tests in Android Alex Zhukovich Dec 18, 2020 12 min read