Systems | Development | Analytics | API | Testing

Mobile

Deep Dive: Android Fan Out Builds

Success on mobile is about speed and it's about quality. In this webinar, Bitrise Sales engineer Tamas Bazsonyi explains how to get the best of both, by demonstrating how to combine speed and quality by speeding up Android builds on Bitrise. We are going to share a couple of suggestions to speed up your android builds and also share a sample solution for fan out builds with your Android project.

North Dakota's COVID-19 Contact Tracking App Uses Bugfender, What About Privacy?

Today, May 21st, we received an interesting email from a journalist writing for Fast Company. Apparently, a privacy-focused company audited the app Care19, North Dakota’s COVID-19 contact tracking app, and they found that an anonymous tracking ID generated by the app was sent via API to Bugfender along with other identifiers. While the journalist contacted the app developers, he also gave us the opportunity to comment.

Android device testing on Bitrise

Automate the device testing of your mobile apps with Bitrise: use our dedicated Steps to run device tests on iOS and Android devices in Firebase Test Lab. Continuous integration and delivery built for mobile: Automate iOS and Android builds, testing and deployment from your first install to the one millionth. Free for Open Source and small teams. Plans for teams of all sizes.

Introducing The Bugfender Web SDK

We are thrilled to announce Bugfender’s new javascript SDK for the frontend, which applies the simplicity of our mobile SDKs to web applications. Bugfender JS has all the features that you already know from iOS and the Android SDKs, enabling you to: In this blog, we’re going to tell you how to access our new SDK, provide a quick overview of its benefits, and bring you up to speed with the evolution of the Bugfender project.

Android memory leak

OutOfMemoryException is a common and frustrating bug, and one of the prime causes of unexpected app shutdown. “Why is this happening now, if the app was working perfectly yesterday?” It’s a question which perplexes both rookie and advanced Android developers the world over. There are a variety of potential causes of OutOfMemory Exceptions, but one of the most common is the memory leak — the allocation of memory in the app which is never released.