As a beginner, I\'ve been building a simple counter application using a simple layout xml and a class called \'Counter\', which derives (extends) from the class Activity.
You don't need to use View.onDraw() for this purpose.
Just use layouts and place any drawable image next to your counter, let's say a textview, using the drawableLeft attribute.