I'm trying to implement some stupid solitaire game just for the sake of learning something about Android, but I realized my images are too big. I tried searching for methods to simply do this but I cannot find anything useful.
Does any of you knows a very simple way to resize the image?
I have something like this:
Using java Syntax Highlighting
- canvas.drawBitmap(c.getBitmap(), c.getX(), c.getY(), null);
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
Is it possible to resize the bitmap inside c with very simple steps?
Thanks


I was looking for something like this ^^

