Top 10 Android App Development Trends | Guide
Discover the key trends in Android development that are going to explode in 2020 and build a modern mobile application.
Discover the key trends in Android development that are going to explode in 2020 and build a modern mobile application.
Learn how to build your first app with Flutter. In this part, we show you how to set your project up.
Getting started with Flutter development. Introduction to our step-by-step Flutter app development tutorial for beginners.
The final part of our guide to the TDD cycle – this time, we explore the problem of reliability and low coupling.
Another part of our guide to the TDD cycle – this time, we take a closer look at mocks in testing.
Setting up Android projects on Bitrise CI
Learn what the Baby Steps in TDD mean and discover if it is always the best approach.
Read how to start using TDD cycle in your daily work and why it is worth it
Learn about ▪ 3 Laws of TDD by Uncle Bob ▪ 2 rules of TDD by Kent Beck ▪ 3 steps of TDD by Martin Fowler ▪ 4 common misunderstandings about these theories.
What is Hyperion? Why it is worth to use it? What are the core and third-party plugins examples? How to display device info inside your debug menu? Find the answers in this article.
Even the best library is barely usable if potential users cannot get it easily. That’s why every library should be distributed. Learn how to do it in the most efficient way.
Do you want your app to be supported by Android 4.4 KitKat? Learn why it’s a big mistake.
Learn how to prepare yourself to work on the Android legacy code
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!
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 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.
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.
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.