Its hard to believe its already been 3 years since building my standing desk for $22. I built the $22 standing desk and its working great. #fb pic.twitter.com/Zin1BLG1 — Donn Felker …
You Need a Status Page
Yes, yes you do. You need a status page. No doubt about it. If your company has and API or a service that developers and customers consume you need to be able to give them an easy to find website …
Free Android Development Videos
I recently released some new Android Devevelopment videos on the site, Caster.IO. Caster.IO is a site that has bite sized training vidoes for the Android platform. If you’re an Android developer, …
RxJava with AIDL Services
Most contrived Rx examples show you how to replace AsyncTask with Rx. Not many examples show how to abstract away complex async scenarios, such as oneway AIDL Bound Services. Using RxJava with AIDL …
Quick and Easy StateListDrawables in Android with ONE PNG
Update: This can now be accomplished with DrawableCompat that is now available in the Support Library. Use the DrawableCompat#setTintList() method to accomplish the same thing as shown below. One …
Continue Reading about Quick and Easy StateListDrawables in Android with ONE PNG →
Why You Should Use a GIT SHA in Your Crash Reporting
A common problem developers encounter when developing applications that use a crash reporting tool like Crashlytics is determinig if a particular crash/bug has been fixed/addressed or not. For …
Continue Reading about Why You Should Use a GIT SHA in Your Crash Reporting →