In 2D Games with the tpye you want: 1) There is a screen size background image and you draw onto a part of this big background image and update(Invalidate) just that part so because the user does see only a small portion of the big background image, he thinks he is moving in some directions ;) 2) Have a look at Code4Fun web site, where you can find some tutorials on game development. Hope this helps...