For simple graphics, you can extend the View class, and override the onDraw method. View is the base-class of all other controls. See developer.android.com/guide/topics/ui/custom-components.html and androidcompetencycenter.com/2009/08/creatingcustomviews/ for more information.
-- MizardX (so)