Last week I tweeted something that got some conversations going: One of the best habits you can get into before committing code is viewing all the changes in a diff tool. 9/10 times you forgot …
Why I Use Crashlytics – Part 2
Why I Use Crashlytics Part 2 In Part 1, I discussed how to set up Crashlytics to get intricate data about the crashes, devices, and how to easily view this data from within Android Studio. In this …
Why I Use Crashlytics
I often get asked what libraries I use when writing new greenfield Android apps or what libraries I introduce when I start working for a new client when helping them with an existing application they …
Android Jobs
I just launched AndroidJobs.IO, a job marketplace for Android Professionals to find great jobs from top notch companies. Some of the top notch companies publishing jobs on Android Jobs include …
Android Bootstrap and Android Studio
Myself and a slew of other folks have been working on getting Android Bootstrap moved over to use Gradle so we can get it working correctly with Android Studio. Also during this process we're moving …
Continue Reading about Android Bootstrap and Android Studio →
Loading Remote Images in Android with UrlImageView
As an Android consultant, I find myself needing to load remote images into an ImageView quite often. Doing this with the Picasso library is quite easy as you simply need to tell the library where the …
Continue Reading about Loading Remote Images in Android with UrlImageView →