Oleksandr

Oleksandr

Flutter developer

Senior Android developer (over 7 years of experience). Oleksandr is a great lover of Cuba and pretty kittens. That’s why he is easy to deal with in any question

Articles by Oleksandr

Simple Unit Tests For Android

Simple Unit Tests For Android

Simple unit tests for Android

The time has come to share with you this small article on testing Android app logic. It didn’t occur to me that it is a significant component of Android app development for quite a time but it’s never too late to learn, neither for you, nor for me :)

Learning Android Gestures

Learning Android Gestures

Learning Android gestures

What happens within the system when a user touches the screen? And even more important — how to handle it right? The time has come to figure everything out once and for all! Today’s post is on what I’ve learned about Android Touch System and my experience with it.

DataBinding: How To Develop Android Apps Faster

DataBinding: How To Develop Android Apps Faster

DataBinding: how to develop Android apps faster

Every time you look at those numerous lines of code with findViewById and ternary operations with visibility you want Cthulhu to finally revel across the Earth so you don’t have to see it anymore, don’t you? But trust me, there’s a way. And we will show it to you under cut.