December 2015

Blending pixels.
||
In this blog post I am providing you with a tool which will help to understand the possibilities behind PorterDuff modes without the need to study the PorterDuff composing algebra. In simple words, you will be able to make a droid appear on a...
continue reading
Theming your images.
||
Have you ever considered theming the images of your app? If you have a predominant color in your theme or graphics, then you can achieve great tone consistency across your app by simply adding a color filter to your images. (more…)
continue reading
Automate naming conventions.
||
As any repeating task that could be automated to save time and prevent human mistakes, adhering to coding conventions could be considered as one of those tasks. If you haven't automated yet your coding conventions because you thought that it was difficult to...
continue reading
Add a copyright notice to your code.
||
For the series "How I did it last time?", it's better if this time I write it down to avoid to google it again. How do I add a custom copyright notice to my android projects? (more…)
continue reading