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


If it helps, pick something more specific:
Why App Founders Should Forget Android 4.4 KitKat

Why Mobile App Development Industry Should Forget about Android KitKat

Do you want your app to be supported by Android 4.4 KitKat? Learn why it’s a big mistake.

Splitting Pull Request

How to Split Pull Requests – Good Practices, Methods and Git Strategies

6 good practices, 7 methods, and 4 Git Strategies for Pull Request creating and splitting.

How to work with Android Legacy Code

Diving Into Android Legacy Code

Learn how to prepare yourself to work on the Android legacy code

How to add Chuck Norris jokes to Bitrise build logs

How to Add Chuck Norris Jokes to Bitrise Build Logs

Continuous Integration can be a lot of fun so I’ve created a step that will add jokes about Chuck Norris to Bitrise build logs. In this article, I’ll describe step by step how I created this step. Don’t forget to add the step to your workflow!

1500x800 QA

Why You Shouldn’t Be Afraid to Grant Manual Tester Access to the Code

When a manual tester wants to automate. Why you shouldn’t be afraid of giving QA specialists access to a repository and how to do it smart.

How To Make an App? Follow these 6 steps of Project Setup

How To Make an App? Follow these 6 steps of Project Setup

Before your development team will start writing a code, they have to set up your project. How does it look like? Below you can find 6 steps of Project Setup. Creating a repository for the project at GitHub or another web-based hosting service Continuous Integration setup A beta distribution tool setup on CI platform (e.g. […]

What is the Agenda of Kick-off Meeting in Software Development?

What is the Agenda of Kick-off Meeting in Software Development?

It is worth to mention, that Project Kick-off can take place at one meeting, or be split into more meetings. Intro You clarify the roles & responsibilities of every team member. You are introduced to the role of Product Owner. Tools You are introduced to the crucial tools that you will use in the cooperation with your […]

What is Mobile App Prototyping and Why Your App Needs It?

What is Mobile App Prototyping and Why Your App Needs It?

App Prototype is a dynamic, interactive model of your app. It simulates a real-world product. You can check the app logic, see how the app will work, and what is the user flow. Prototyping helps you to save time in the next app development stages. If you want to change something in the project, you can […]

UX vs. UI Design in Software Development – What is the Difference?

UX vs. UI Design in Software Development – What is the Difference?

So what’s the difference between UX an UI od an app? UX (User Experience) is how an app works UI (User Interface) is how it looks Put simply, UX Design process consists of three phases – creating User Journey Map, Wireframes and Clickable Prototype. Designing UI is a final step and it covers creating app’s […]

What is the Difference Between Wireframe, App Prototype & Mockup?

What is the Difference Between Wireframe, App Prototype & Mockup?

In short, Wireframes are digital, simplified visual concepts of the future app. Clickable Prototype is created with Wireframes and it is an interactive model of your app. it simulates a real-world product. Mockups are final designs of the app. They include e.g. shapes, colors, illustrations, fonts, and layout. While Wireframes and App Prototype illustrate how […]

What is Wireframing for UX? | Mobile & Web App Development

What is Wireframing for UX? | Mobile & Web App Development

Wireframes are digital, simplified, visual concepts of the future app. They are kind of app’s backbone and can be used to create a Clickable Prototype of your app. ? In this article, you will read about the whole App Design Process (User Journey Map, Wireframes, Clickable Prototype, Visual Design). This blog post is a part of the series […]

What is a User Journey Map in Software Development?

What is a User Journey Map in Software Development?

A User Journey Map is a visualization of the user flow through your app. It can look like this: Creating the User Journey Map is the first step in Designing an app. The next are: Wireframes, Clickable Prototype, and Visual Design. ? Read this article to learn more about UX/UI Design and the whole App Design Process. This […]

What is User Interface (UI) Design for Mobile Apps?

What is User Interface (UI) Design for Mobile Apps?

What is UI Design in Software Development? Why is it so important for your App Success?

User Persona Template for Mobile & Web App Development

User Persona Template for Mobile & Web App Development

User personas illustrate your customers’ goals and behaviors. In this article, you will find a User Personas Template with leading questions. This blog post is a part of a series describing “Mobile & Web App Development – 7 Stages You Need To Know“. It covers the following topics: Clarifying the Vision Choosing a Partner Wireframes & […]

How To Start Your First Mobile or Web App Development

How To Start Your First Mobile or Web App Development

Do you have an app idea, but don’t know how to start? First of all, you need to clarify the business vision of your app.

How to Report Bugs so that Developers Won’t Hate you

How to Report Bugs so that Developers Won’t Hate you – 7 tips for Quality Assurance Professionals

How should a Quality Assurance Professional communicate with a Developer? In the article, you will find 7 must-read tips that will help you avoid conflicts and make your cooperation more enjoyable and productive.

How to Create Bitrise Step in Go - Flutter Example

How to Create Bitrise Step in Go – Flutter Example

In this article, we will show you how to create & publish your own Bitrise step on the example of Flutter. We will focus on programming in Go which is the main language used by Bitrise. 

How to Use Shared Element Transition with Glide in 4 steps

How to Use Shared Element Transition with Glide in 4 steps

In this article, you will learn how to implement Shared Element Transition with Glide, an image loading library, and how to handle possible states. With this transition, you will improve the look and feel of your app and keep your users happy.