Android permits us to build custom component to be created. One of the basic component can be inherited to make custom component is View class from android.view.View. Just like other java based program, we can create custom component to make a new component with specific need, to add functionality, to make a new visualization, or just to make easier / wrapper from previous component. If you are interested with this topic just follow the next link. Was This Information Help ? |