Insights for app owners, developers, and all digital product enthusiasts


If it helps, pick something more specific:
DSC01226

2018 Tech Events You Can’t Miss (Recommended By Our Team)

Based on our experience we’ve created the list of some cool tech, design and business events happening in 2018!

Android Strings XML Tips & Tricks

Android Strings XML Tips & Tricks

This article shows a few tricks which can help you when developing string resources for Android applications.

358H

Professional Developer: What Does It Mean?

Miserable no-lifer When I started to work as a software developer, I was happy. But only in the beginning… after a while, I was exhausted and irritated. Unfortunately, I got used to it. I got used to going home late. I got used to trying to do everything to meet somebody’s deadlines. I got used […]

Time of Check to Time of Use Race Conditions in Android UI

Edge Cases to Keep in Mind. Part 3 – Time of Check to Time of Use Race Conditions in Android UI

In this article, we’ll show how race conditions affect Android runtime permission system.

Step by Step Guide for Android developer beginner Creating lists

Android Developer Beginner. Step #2  –  Creating Lists

This is the second article from our series which points out the most crucial parts in the beginning of Android development, step by step. Let’s focus on creating lists!

Create list with RecyclerView in Android

How to Implement RecyclerView | Guide for Android Developers

Let’s create a list with RecyclerView! A step-by-step guide for Android developers.

Creatling lists in Android with ListView

How to Implement ListView | Guide for Android Developers

Let’s create a list with ListView! A step-by-step guide for Android developers.

Android Developer beginner. Step #1  –  Interacting with the UI

Android Developer beginner. Step #1  –  Interacting with the UI

This is the first article from a series which point out the most crucial parts in the beginning of Android development. Step by step.

Testing Android Apps with Pseudolocalization

Testing Android Apps with Pseudolocalization

Learn how to avoid UX issues, like truncated texts or undersized content space, in applications. Let’s try pseudolocalization.

Design Patters In Android Observer

Design Patterns in Android – Observer

The Observer pattern is one of the Behavioral Design Patterns, which means it enables communication between different classes and objects. Here, you can learn how to implement it step-by-step.

Files Edge Cases in Software Development

Edge Cases to Keep in Mind. Part 2 – Files

Did you know, that there may be a File which exists and doesn’t exist at the same time? Are you aware, that you can delete a file and still use it? Discover these & other files edge cases in software development.

DESIGN PATTERNS IN ANDROID  builder

Design Patterns in Android  –  Builder

Design patterns are reusable solutions to the most commonly occurring software problems. Let’s take a look at the Builder pattern in Android!

Code Review - 3 Reasons Why Your App Deserves It

Code Review – 3 Reasons Why Your App Deserves It

Code Review: find out what it is and why we believe its presence is crucial for successful software development.

How to Connect Physical Devices to Bitrise.io

How to Connect Physical Devices to Bitrise.io

Bitrise.io is a cloud CI/CD service. It can build, test and deploy your apps. In this article we will focus on testing, namely on Android apps UI and instrumented unit tests.

text traps

Edge Cases to Keep in Mind. Part 1 – Text

No matter if you are a software developer, a copywriter or you’re just writing an e-mail, text has many traps you need to be aware of. Some may cause numerous issues, from bugs in your app through visual artefacts to even victims! Let’s take a look at how we can avoid them.  Background Text (aka […]

RxJava

How to make Android more Rx – 5 tips & tricks

If you’re using RxJava in your daily routine, probably one day you’ll reach the point where you want to… put RxJava everywhere! Let me give you 5 practical pieces of advice. 

Android animation with transitions framework

Workcation App – Part 4. Shared Element Transition with RecyclerView and Scenes

Discover how to show details layout with Shared Element Transition with Scene Framework!

creating gradle plugin in kotlin

How to Create a Gradle Plugin in Kotlin

Are you going to create a Gradle plugin in Kotlin? Check out these useful tips!