When Google launched their Associate Android Developer certification, I immediately knew it would be a beneficial certificate to attain. There wasn’t any entry-level qualification for Android developers before this was…
Category: Programming
Continuous Integration (CI) plays an important role in the development process for almost every development team, or at least every team I’ve come across anyway. Knowing the effects of your…
ConstraintLayout is the latest and greatest addition to the Android Support Library and it adds some much needed features to Android Studio. When designing layouts for mobile apps, it can…
In the last post, I walked through the first steps taken to refactor my Android app. The end result was a much more dynamic layout and an easier way to…
(As a side-note to start with, kind of like a disclaimer – I am not an expert with Android by any means, and I’m sure there are many different ways…