Latest Android Aptitude Question SOLUTION: How to draw directly on canvas of android UI? Options 1) Implement your own custom View by extenting View class, and then implement onDraw method in it. 2) Take any UI control lik