UI

Exploring Android Animations
||
Are you a designer or a developer who would like to add a fine touch to your android application? Animations can help to create a better mental model of your app and a better understanding of content changes. The android.view.animation...
continue reading
Automate your graphics to support multiple screens.
||, ,
With new android devices coming out every day it is difficult to make sure that your images look best on any screen. To achieve this goal you and your graphic designer have to do a hell of a work to...
continue reading
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
Spice up your ViewPager (part2): change animation type.
||
In the first post of the series "Spice up your ViewPager", I have described how to control the speed of the horizontal scroll in order to make smoother and cleaner transitions between pages. In this second post instead, I am going...
continue reading
Spicy up your ViewPager (part 1): tune the scroll duration.
||
In the series of posts entitled "Spice up your ViewPager" I am going to walk thought some simple techniques on how to make your ViewPager prettier and more intuitive to use. (more…)
continue reading