Archive for 'Graphics'
Android App Development: Custom Image Button
Posted on 20. Jul, 2010 by Admin.
In this Intermediate tutorial on graphics, you will learn how to make a custom image button. This can be a bit annoying so, if you get stuck, leave a comment and we will help you out.
Continue Reading
Loading Images From Remote Server
Posted on 17. Jun, 2010 by Admin.
In this tutorial I will show you how to load remote images to your application and bind this image to an ImageView object. HttpURLConnection is used to download the image data and BitmapFactory is used to produce the bitmap which will be used as imageview resources.
Continue Reading
Playing With Graphics Part VII
Posted on 10. Jun, 2010 by Admin.
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 Admin.
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 Admin.
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 Admin.
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 Admin.
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 Admin.
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 Admin.
Part I of a seven part series on Intermediate graphic design. This part will help you to view an image in an normal view.




