
SurfaceView is a drawing surface provided by Android. In SurfaceView, drawings are performed in a non-ui thread which protects the application from ANR ( Application Not Responding ) errors. In this article, we will develop an Android application which draws a circle at the touched position of SurfaceView. This application is developed in Eclipse...