Custom Android View: the definition

The first question, that is rotating in my head is: why I should implement my own custom View and just not to use one of the standard View’s? Actually, there is not a problem. Most of the Android applications using standard View’s, LayoutGroup’s, only customizing its color schemes, Layout and another general based stuff, applied to every day Android development. So, how I can explain my or maybe your interest on customization? I’m very meticulous in choices, laboriously deciding what to do, what not and what to choose from. Here is my short opinion on these question:

Continue reading the full story…