Notifications Guide: Android notifications Introduction Notifications is a powerful mechanism of Android OS and a great tool which gives benefits to Users and Developers. Alex Zhukovich May 23, 2018 10 min read
Android Testing Handle Android animations properly Before doing some Android testing with Espresso, we need to prepare our devices and turn off the following animations: * Window Alex Zhukovich Nov 8, 2017 1 min read
RecyclerView How to set the empty view to RecyclerView Almost all applications display information in the lists. We have two basic components for displaying list of data in Android. Alex Zhukovich Feb 5, 2017 5 min read
Dependencies Versions managing of Android dependencies Today, I would like to talk about versions managing of Android dependency. Gradle allows us work with dependency in really Alex Zhukovich Nov 13, 2016 1 min read
UI components Password Visibility Toggle Recently, I wrote few articles about testing, but right now I would like to talk to you about very useful Alex Zhukovich Sep 21, 2016 2 min read
Android Testing Android testing: Espresso & UIAutomator together An Espresso is a good and fast test automation framework, which allows you test many things inside your application in Alex Zhukovich Aug 21, 2016 3 min read
Android Testing Android testing: UI Automator (Part 4) This is a fourth article from series of articles about testing Android project. First article about "Unit testing" Alex Zhukovich Jul 3, 2016 9 min read
Android Testing Android testing: Espresso (Part 3) This is a third article from series of articles about testing Android project. The first article about "Unit testing& Alex Zhukovich May 29, 2016 9 min read
Android Testing Android testing: Mockito and Robolectric (Part 2) This is a second article from series of articles about testing Android project. First article about "Unit testing" Alex Zhukovich Apr 20, 2016 12 min read
Android Testing Android testing: Unit testing (Part 1) Today I would like the series of articles about Android Testing. I’m planning create articles about different type of Alex Zhukovich Mar 24, 2016 7 min read
RecyclerView Multiple row layouts using RecyclerView Today I would like to talk about using different row layouts using RecyclerView. Firstly we need to add some dependencies Alex Zhukovich Feb 25, 2016 4 min read
Gradle Import an external module to Android Project in Android Studio Today I want to talk about an importing external module to Android project in Android Studio. Let's imagine, Alex Zhukovich Feb 21, 2016 2 min read