I get it. Your application (mobile app or web app) doesn’t have tests and … well … you’re scared anytime you make changes. Why? … well … because you’re not sure if you broke anything when you …
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 →
Diff Before Commit
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 …