A short overview about the existing tutorial series about 2D graphic on android is given here. While the updates are still in work, I recommend to work with the old version. Otherwise you risk some breaking points when you switch between the versions.
- 2D Tutorial Series – Part I (old version)
This part shows you how to simply show a custom item at a specific place. Its a short introduction into the tutorial. - 2D Tutorial Series – Part II (old version)
This part introduce the SurfaceView and how you can draw on it with a custom Thread. - 2D Tutorial Series – Part III (old version)
This part shows how you can define the place of your icon by using the touch screen. - 2D Tutorial Series – Part IV (old version)
This part shows how to display more than just one icon on the screen. - 2D Tutorial Series – Part V (old version)
This part let the displayed items move over the screen. They bounce of the border of the screen. The current FPS is displayed, too. - 2D Tutorial Series – Part VI (old version)
This part let us move the icon around while touching the screen. It moves from the position when the touch is released. - 2D Tutorial Series – Part VII (old version)
The last part is a small rock scissors paper game based on what we learned in the series.
Comments
Leave a comment