I’ve been thinking about interviewing developers for a while now. What makes for a good interview? How do you find good candidates? For that matter,…
// I reject your reality and substitute my own
I’ve been thinking about interviewing developers for a while now. What makes for a good interview? How do you find good candidates? For that matter,…
I mentioned previously that I changed my Android Studio terminal to Bash. Since doing that, I’ve been working on making my console more productive as…
In Android Studio, the default setting for the Logcat window seems to be “Show only selected Application” (top right corner of the Logcat window)… which…
In my endless quest to make it unnecessary to leave the IDE, I figured it would make sense to use Git bash as my terminal in Android Studio rather than the default cmd.exe on Windows.
I was looking at visualising some code recently and came across CodeCity. It’s somewhat useful and quite interesting, but getting it to work is not as simple as it once was…
After starting to work on an Android project that has a lot of inconsistent styles all over the codebase, I decided to finally document what I consider to be the right style for Java and Android.
I’ve been stalking Hadi Hariri (http://hadihariri.com/) for the last few weeks and a couple of things he published has really resonated with me.
Some highlights of my Android studio setup geared towards less mouse usage and better readability.
My previous post highlighted some of the problems working with a legacy codebase (I agree with Michael Feathers that any code that doesn’t have tests…
I recently started working on a legacy Android code base. This is a massive project with slightly more than 250 000 lines of code, zero tests, lots…