Tag Archives: Graphics

Live Wallpaper

Posted on 17. Jul, 2010 by .

3

By the end of this android development tutorial you should be able to create your own live wallpaper, test it on a Nexus One device and get it ready for publishing on the Android Market. If you have any questions, please respond in the comments. Thank you for reading our tutorial! Learning to program can be difficult, but it is worth it. Stick it out, and in the long run you will be happy you did.

Continue Reading

Playing With Graphics Part VII

Posted on 10. Jun, 2010 by .

0

This is the final part of the series on graphics. In our last part of this series, I will present a mini “game” based on the very famous game “Rock, Paper, Scissors”.

Continue Reading

Playing With Graphics Part VI

Posted on 05. Jun, 2010 by .

0

This is the sixth part of a seven part series on graphics. The sixth part of this series will let you move the item you will add. As long as you touch the screen, you can change the position of the bitmap you want to add.

Continue Reading

Playing With Graphics Part V

Posted on 03. Jun, 2010 by .

0

This is the fifth part of a seven part series on graphics. The fifth part of this series will let the icons move around.

Continue Reading

Playing With Graphics Part IV

Posted on 27. May, 2010 by .

0

This is the fourth part of a seven part series on graphics. The fourth part of the series will show you how to add more bitmaps on your screen.

Continue Reading

Playing With Graphics Part III

Posted on 25. May, 2010 by .

0

This is the third part of a seven part series on graphics. The third part of this series will add some interactivity to our little application. We will add the possibility the icon appears at the point you touch the screen.

Continue Reading

Playing With Graphics Part II

Posted on 23. May, 2010 by .

2

Part II of a seven part series on intermediate graphics. The second part of this series will show what you have to change to switch from using the View class to SurfaceView class.

Continue Reading

Playing With Graphics Part I

Posted on 20. May, 2010 by .

0

Part I of a seven part series on Intermediate graphic design. This part will help you to view an image in an normal view.

Continue Reading