Can I user a layout on the android to render just part of an image at a time?
Posted
by gamernb
on Stack Overflow
See other posts from Stack Overflow
or by gamernb
Published on 2010-04-11T17:31:30Z
Indexed on
2010/04/11
17:33 UTC
Read the original article
Hit count: 201
I have an image file that has all the character sprites that I will be using in a game, and I want to make a layout that will allow the user to cycle through each image to be able to pick which one they want. So, I have one large image, and I need to render just a small (32 x 32) section of it at a time. Is that possible with the layouts or will I have to use a canvas, and manually do most of this?
© Stack Overflow or respective owner