Published inProAndroidDevAn effective testing strategy for Android (Part 2) – Unit TestingIn the first part of this series we described the elements that define a good testing strategy and the different types of tests we should…Aug 26Aug 26
Published inProAndroidDevAn effective testing strategy for Android (Part 1)Some time ago, in the early days of Android development, the testing strategy was often the great forgotten of the code bases for this…Jun 22, 202110Jun 22, 202110
Security matters: A quick introduction and some tips for Android developersQuite often the security aspect of our apps is not taken in consideration when we are working in our projects. Generally speaking the…Aug 27, 2017Aug 27, 2017
Rebuilding a legacy app from the scratch (II): Adding Continuous Integration with Travis CIContinuous Integration (CI) is a Software engineering practice where developers in a team continuously integrate their work in the main…Dec 4, 2016Dec 4, 2016
Rebuilding a legacy app from the scratch: MadridBus revamp (I)MadridBus was the second application that we released in Quoders to the app store. It is an adaptation from the original BilbaoBus, an app…Nov 20, 2016Nov 20, 2016
Introduction to RxJava for Android by examples (I)Reactive programming is one of the hottest topics amongst the Android community these days. Lot of big guys in the industry are embracing…Sep 3, 2016Sep 3, 2016
A beginners guide to an effective Android testing strategyTesting quite often is one of the most neglected aspect in many Software projects, and in Android this has been particularly a common issue…Mar 4, 2016Mar 4, 2016
Share your Android and iOS application with Google App Invites APIOne of the most common features that we usually implement in our apps is the ability of the user to share the app with friends. This is a…Oct 18, 2015Oct 18, 2015
A brief introduction to a cleaner Android architecture: The MVP patternAs the Android platform has been maturing, developers found that the standard approach to organise the architecture and design of the…Oct 17, 2015Oct 17, 2015