Showing posts with label SurfaceView. Show all posts
Showing posts with label SurfaceView. Show all posts

Friday, May 16, 2014

Drawing an image using SurfaceView

In this little tutorial we are going to see how to print an image in the android screen directly. First we are going to extend a View and then we are going to use a SurfaceView object that is a more direct (low level) way. We are going to use SurfaceView because we want complete control over the screen.