engineering Android/iOS cross-platform project setup Is there a good way of setting up a cross-platform Android and iOS project? How can we help developers from different backgrounds contribute as much as possible on other technologies
testing & QA Approaching Outside-in TDD on Android (Pt. 3) In the previous post, we wrote the acceptance test as a first step and started creating the most external classes of our implementation. In this post, we will finish implementing
testing & QA Approaching Outside-in TDD on Android (Pt. 2) In the previous post, we introduced the Bank kata. We explained how we are going to implement it in Android, reviewed the different kinds of tests that we use in
testing & QA Is the new Firebase production ready? One of the big announcements of Google IO 2016 was Firebase. No longer "just" a database, the Firebase umbrella now includes integrated Analytics, Crash Reporting, Push Messaging, Dynamic
testing & QA Approaching TDD Outside-in on Android (Pt. 1) An Outside-in Test-Driven Development (TDD) can be a challenge to implement. In this 3-part post series, we would like to share our experiences applying it to Android development and offer