Hi,
I have many equal Bitmaps in my app (what I really have is a Bitmap with a list of Points where it will appear). Which is the fastest way to draw it many times?
The Canvas class doesn't have a method like drawPoints(<list of positions>) to draw many pictures, so I have to call drawBitmap() each time I want to draw my Bitmap. When you have to draw 100-150 times the Bitmap, it can be expensive. Do you know a better method?
Thank you!



. Anyways, even with this "old" test I can check that HTC Magic, for example, is faster than HTC Tattoo. As I said before, Ithink it is because it lacks HW acceleration.