Hello all,
First of all I'm a newbie when it comes to Android programming. So if this question is totally stupid please delete it ASAP :-).
Question:
I'm going to draw a grid of 10x10 PNG images. Each image is 32x32 px. All of the images are unique. I'm thinking that the easiest way seems to be to put each image in an ImageView.
If adding all ImageView's to the layout would this give me some kind of performance hit?
Would there be any smarter way to draw these images?
Thanks.
/ Henrik